vue-router报错:Route with name ‘home’ does not exist
Routewithname‘home’doesnotexist路由地址不存在路由配置(一般路由配置文件名是router.js){//正确path:‘/page’,name:‘page’,component:page}错误原因:没有添加name,或者name的值没有使用单引号’’————————————————版权声明:本文为CSDN博主「youqiting」的原创文章,遵循CC4.0BY-SA版权