前台页面框架完成
This commit is contained in:
@@ -9,6 +9,6 @@ Vue.config.productionTip = false
|
||||
|
||||
Vue.use(Element);
|
||||
new Vue({
|
||||
router,
|
||||
render: h => h(App)
|
||||
router,
|
||||
render: h => h(App)
|
||||
}).$mount('#app')
|
||||
|
Reference in New Issue
Block a user