vue-router报错Unknown custom element router-view
很久没用过vue了,以前用得也不多,到现在差不多都忘光了。
项目main.js
报错
vue.runtime.esm.js?2b0e:619 [Vue warn]: Unknown custom element:
- did you register the component correctly? For recursive components, make sure to provide the “name” option. found in
—>
at src/App.vue
检索报错得知是没有Vue.use(VueRouter)
把代码加入main.js即可
vue-router报错Unknown custom element router-view
http://blog.icy8.cn/posts/23813/