refactor(ui): a11y improvements
This commit is contained in:
@@ -2,6 +2,8 @@ import Vue from "vue"
|
||||
import VueTippy, { TippyComponent } from "vue-tippy"
|
||||
|
||||
Vue.use(VueTippy, {
|
||||
a11y: false,
|
||||
animateFill: false,
|
||||
arrowType: "round",
|
||||
})
|
||||
Vue.component("Tippy", TippyComponent)
|
||||
|
||||
Reference in New Issue
Block a user