报错显示: Uncaught TypeError: router.map is not a function
回答
小泽回答
vue router 2.0 没有map这个方法了
直接在new router的时候传入
npm install vue-router@0.7.13 兼容1.0版本vue

(0)