Commit Graph

3 Commits

Author SHA1 Message Date
Phillip Rak a09c6ea54a Fix `clean-tooltip` directive in Vue3
The interface for custom directives has changed in some important ways in Vue3. 

- `bind` is now `beforeMount`
- `update` has been removed and `updated` is recommended 

Signed-off-by: Phillip Rak <rak.phillip@gmail.com>
2024-11-11 08:59:47 -07:00
Phillip Rak 399696ae73 Upgrade `v-tooltip` to `floating-vue`
Signed-off-by: Phillip Rak <rak.phillip@gmail.com>
2024-08-22 16:05:37 -07:00
Evgeniya Vashkevich e055771611
[INT] Moved directives into a separate folder (#10981)
* [INT] Moved directives into a separate folder
2024-05-09 13:29:44 -07:00