vue-router报错:Route with name ‘home’ does not exist
Route with name ‘home’ does not exist路由地址不存在路由配置(一般路由配置文件名是router.js){//正确path: ‘/page’,name: ‘page’,component: page}错误原因:没有添加name,或者name的值没有使用单引号 ’ ’————————————————版权声明:本文为CSDN博主「youqiti...
·
Route with name ‘home’ does not exist
路由地址不存在
路由配置(一般路由配置文件名是router.js)
{ //正确
path: ‘/page’,
name: ‘page’,
component: page
}
错误原因:没有添加name,或者name的值没有使用单引号 ’ ’
————————————————
版权声明:本文为CSDN博主「youqiting」的原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接及本声明。
原文链接:https://blog.csdn.net/weixin_41195867/article/details/88721162
更多推荐
已为社区贡献6条内容
所有评论(0)