mirror of
https://github.com/xsf0105/vue3-h5-template.git
synced 2025-04-06 04:00:04 +08:00
Fix 1
This commit is contained in:
parent
c49bc78cdc
commit
6db0f29afa
@ -3,6 +3,5 @@ import Vue from "vue";
|
||||
import App from "./App";
|
||||
|
||||
new Vue({
|
||||
// router: router, // 注册路由
|
||||
render: (h) => h(App),
|
||||
}).$mount("#app"); // 渲染挂载
|
||||
|
Loading…
x
Reference in New Issue
Block a user