add Bpopover default props & add text_rebond body and tags
This commit is contained in:
+2
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user