Vue.js搭建路由报错 router.map is not a function,Cannot read property ‘component’ of undefined
综述:一开始我遇到的问题是,router.map is not a function,然后我在网上查,就安装了npm install vue-router@0.7.13兼容1.0版本,就没有报这个错了,但是又报了一个新错Cannot read property ‘component’ of undefined,然后看了你的这篇,就安装了npm install vue-router@next,就没有报Cannot read property ‘component’ of undefined的错了
错误:
解决办法:
2.0已经没有map了,使用npm install vue-router@0.7.13 命令兼容1.0版本vue
再引入文件