chore: Upgrade v-tooltip version (#2112)
Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com>
This commit is contained in:
parent
c95aeb894f
commit
27e01920ad
3 changed files with 31 additions and 14 deletions
|
@ -43,7 +43,9 @@ Vue.use(VueRouter);
|
|||
Vue.use(VueI18n);
|
||||
Vue.use(WootUiKit);
|
||||
Vue.use(Vuelidate);
|
||||
Vue.use(VTooltip);
|
||||
Vue.use(VTooltip, {
|
||||
defaultHtml: false,
|
||||
});
|
||||
Vue.use(hljs.vuePlugin);
|
||||
|
||||
Vue.component('multiselect', Multiselect);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue