码迷,mamicode.com
首页 > Web开发 > 详细

Vue.js搭建路由报错 router.map is not a function,Cannot read property ‘component’ of undefined

时间:2017-12-29 12:16:14      阅读:218      评论:0      收藏:0      [点我收藏+]

标签:body   cannot   csdn   define   jsb   iss   看到了   read   报错   

错误:

技术分享图片

解决办法:

2.0已经没有map了,使用npm install vue-router@0.7.13 命令兼容1.0版本vue

技术分享图片

但是安装完之后会出现一个错误: Cannot read property ‘component’ of undefined

看到了一个解决办法:npm install vue-router@next; 就能解决问题。

但是我做了;还是 Cannot read property ‘component’ of undefined;我的理解是vue已经到2了;不能用1的vue-router了。

等我将router改为2的时候,再写篇解决办法。。。

Vue.js搭建路由报错 router.map is not a function,Cannot read property ‘component’ of undefined

标签:body   cannot   csdn   define   jsb   iss   看到了   read   报错   

原文地址:https://www.cnblogs.com/zr123/p/8142981.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!