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

Posted web小白需努力

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Vue.js搭建路由报错 router.map is not a function,Cannot read property ‘component’ of undefined相关的知识,希望对你有一定的参考价值。

错误:

技术分享图片

解决办法:

2.0已经没有map了,使用npm install [email protected] 命令兼容1.0版本vue

技术分享图片

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

看到了一个解决办法:npm install [email protected]; 就能解决问题。

但是我做了;还是 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的主要内容,如果未能解决你的问题,请参考以下文章

Vue 2 vue-router 2 laravel 5.3 问题

vue.js环境搭建踩坑记

Vue 全家桶

第一章 vue的环境搭建

Vue + Element 搭建后台管理系统

Go+Vue.js快速搭建Web应用