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

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

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

posted on 2017-08-03 14:04  yangh_martin  阅读(1180)  评论(0编辑  收藏  举报