2021-07-02 05:01:29 +00:00
|
|
|
import Vue from "vue"
|
|
|
|
|
import VueTippy, { TippyComponent } from "vue-tippy"
|
|
|
|
|
|
2021-07-02 16:30:08 +00:00
|
|
|
Vue.use(VueTippy, {
|
|
|
|
|
animateFill: false,
|
|
|
|
|
interactive: true,
|
|
|
|
|
})
|
2021-07-02 05:01:29 +00:00
|
|
|
Vue.component("Tippy", TippyComponent)
|