v-tippy.js (hoppscotch-2.0.0) | : | v-tippy.js (hoppscotch-2.1.0) | ||
---|---|---|---|---|
import Vue from "vue" | import Vue from "vue" | |||
import VueTippy, { TippyComponent } from "vue-tippy" | import VueTippy, { TippyComponent } from "vue-tippy" | |||
Vue.use(VueTippy, { | Vue.use(VueTippy, { | |||
a11y: false, | a11y: false, | |||
animateFill: false, | animateFill: false, | |||
arrowType: "round", | arrowType: "round", | |||
popperOptions: { | ||||
modifiers: { | ||||
preventOverflow: { | ||||
boundariesElement: "window", | ||||
}, | ||||
}, | ||||
}, | ||||
}) | }) | |||
Vue.component("Tippy", TippyComponent) | Vue.component("Tippy", TippyComponent) | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 7 lines changed or added |