This commit is contained in:
shunfa.xu 2020-05-24 23:21:44 +08:00
parent c49bc78cdc
commit 6db0f29afa

View File

@ -3,6 +3,5 @@ import Vue from "vue";
import App from "./App";
new Vue({
// router: router, // 注册路由
render: (h) => h(App),
}).$mount("#app"); // 渲染挂载