start with nuxt
This commit is contained in:
6
plugins/bootstrap-vue.js
vendored
Normal file
6
plugins/bootstrap-vue.js
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
import Vue from 'vue'
|
||||
import BootstrapVue from 'bootstrap-vue'
|
||||
|
||||
export default () => {
|
||||
Vue.use(BootstrapVue)
|
||||
}
|
||||
Reference in New Issue
Block a user