mirror of
https://github.com/langhuihui/monibuca.git
synced 2025-10-23 17:33:30 +08:00
加入dashboard
This commit is contained in:
13
dashboard/src/main.js
Normal file
13
dashboard/src/main.js
Normal file
@@ -0,0 +1,13 @@
|
||||
import Vue from 'vue'
|
||||
import App from './App.vue'
|
||||
import router from './router'
|
||||
import store from './store'
|
||||
import './plugins/iview.js'
|
||||
|
||||
Vue.config.productionTip = false
|
||||
|
||||
new Vue({
|
||||
router,
|
||||
store,
|
||||
render: h => h(App)
|
||||
}).$mount('#app')
|
Reference in New Issue
Block a user