feat: tooltip and popover components
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
import Vue from "vue"
|
||||
import VueTippy, { TippyComponent } from "vue-tippy"
|
||||
|
||||
Vue.use(VueTippy)
|
||||
Vue.use(VueTippy, {
|
||||
animateFill: false,
|
||||
interactive: true,
|
||||
})
|
||||
Vue.component("Tippy", TippyComponent)
|
||||
|
||||
Reference in New Issue
Block a user