标签: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})
标签:func type 技术分享 alt 解决方法 error error: can define
原文地址:http://www.cnblogs.com/yanghmartin/p/vue.html