add Bpopover default props & add text_rebond body and tags

This commit is contained in:
axolotle
2021-06-30 14:21:11 +02:00
parent f53bae6541
commit 985da08730
5 changed files with 49 additions and 12 deletions
+2 -1
View File
@@ -10,7 +10,8 @@ import store from './store'
Vue.use(BootstrapVue, {
BButton: { pill: true },
BOverlay: { blur: null, spinnerType: 'grow', opacity: 0 }
BOverlay: { blur: null, spinnerType: 'grow', opacity: 0 },
BPopover: { boundaryPadding: 0, zIndex: 0 }
})
Vue.use(Meta)
Vue.use(Vue2TouchEvents)