add base structure for card text as textref

This commit is contained in:
axolotle
2021-03-09 16:06:36 +01:00
parent a81079bf60
commit b195ea4b58
4 changed files with 116 additions and 5 deletions
+3 -1
View File
@@ -9,7 +9,9 @@ import App from './App'
Vue.use(BootstrapVue, {
BButton: { pill: true }
BButton: { pill: true },
BCardHeader: { headerBgVariant: 'white' },
BCardFooter: { footerBgVariant: 'white' }
})
Vue.use(Meta)
Vue.use(Vue2TouchEvents)