1.Error in render function: "TypeError: Cannot read property ‘matched‘ of undefined
原因:之前不知道,在引用路由时创建变量名是规定好的
const route = new VueRouter({ routers}) 改成 const router = new VueRouter({ routers})
vue错误和解决方法
原文:http://www.cnblogs.com/yanghmartin/p/vue.html