Vue报错:Unknown custom element: router-view - did you register the component correctly
vue-router应用到组件中时报错:
Unknown custom element: - did you register the component correctly? For recursive components, make sure to provide the “name” option.
页面中不显示链接
1.检查有没有
//安装路由
Vue.use(VueRouter)
2.import Vue from ‘vue’ vue要写小写,我就是写大写出错