前台页面框架完成

This commit is contained in:
2023-06-29 15:40:35 +08:00
parent 9da2250458
commit b3bdb8afba
14 changed files with 480 additions and 579 deletions

View File

@@ -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')