add base structure for card text as textref
This commit is contained in:
+3
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user