init
This commit is contained in:
+7
-5
@@ -1,12 +1,14 @@
|
||||
import Vue from 'vue'
|
||||
import App from './App.vue'
|
||||
import router from './router'
|
||||
import App from './App'
|
||||
import store from './store'
|
||||
|
||||
import router from './router'
|
||||
import './plugins'
|
||||
import '@/layouts/export'
|
||||
Vue.config.productionTip = false
|
||||
|
||||
new Vue({
|
||||
el: '#vue-admin-beautiful',
|
||||
router,
|
||||
store,
|
||||
render: h => h(App)
|
||||
}).$mount('#foton')
|
||||
render: (h) => h(App),
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user