码迷,mamicode.com
首页 > 其他好文 > 详细

vue错误和解决方法

时间:2017-08-03 15:01:07      阅读:134      评论:0      收藏:0      [点我收藏+]

标签:func   type   技术分享   alt   解决方法   error   error:   can   define   

1.Error in render function: "TypeError: Cannot read property ‘matched‘ of undefined

技术分享

原因:之前不知道,在引用路由时创建变量名是规定好的

技术分享

const route = new VueRouter({ routers}) 改成 const  router = new VueRouter({ routers})

vue错误和解决方法

标签:func   type   技术分享   alt   解决方法   error   error:   can   define   

原文地址:http://www.cnblogs.com/yanghmartin/p/vue.html

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