vue报错[Vuewarn]:Unknowncustomelement:router-Li。。。
vue浏览器报错,如下
vue.runtime.esm.js?2b0e:619 [Vue warn]: Unknown custom element: <router-Link> - did you register the component correctly? For recursive components, make sure to provide the "name" option. found in
---> <App> at src/App.vue
react router6<Root>
原因:
没有注册插件router
//注册插件
Vue.use(VueRouter)

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。