update library opening strategy

This commit is contained in:
axolotle
2021-06-10 18:26:14 +02:00
parent ddff9313cb
commit ecc5253f38
9 changed files with 169 additions and 160 deletions
+1 -2
View File
@@ -10,8 +10,7 @@ import store from './store'
Vue.use(BootstrapVue, {
BButton: { pill: true },
BCardHeader: { headerBgVariant: 'white' },
BCardFooter: { footerBgVariant: 'white' }
BOverlay: { blur: null, spinnerType: 'grow', opacity: 0 }
})
Vue.use(Meta)
Vue.use(Vue2TouchEvents)