add custom plugin to separate site content strings from templates
This commit is contained in:
+3
-2
@@ -2,11 +2,11 @@ import Vue from 'vue'
|
||||
import BootstrapVue from 'bootstrap-vue'
|
||||
import Meta from 'vue-meta'
|
||||
import Vue2TouchEvents from 'vue2-touch-events'
|
||||
import VueMessages from './messages'
|
||||
import App from './App'
|
||||
import router from './router'
|
||||
import store from './store'
|
||||
|
||||
import App from './App'
|
||||
|
||||
|
||||
Vue.use(BootstrapVue, {
|
||||
BButton: { pill: true },
|
||||
@@ -15,6 +15,7 @@ Vue.use(BootstrapVue, {
|
||||
})
|
||||
Vue.use(Meta)
|
||||
Vue.use(Vue2TouchEvents)
|
||||
Vue.use(VueMessages)
|
||||
|
||||
|
||||
// Register global components
|
||||
|
||||
Reference in New Issue
Block a user