天天看点

[Vue warn]: Error in render: "TypeError: Cannot read property 'matched' of undefined"

[Vue warn]: Error in render: "TypeError: Cannot read property 'matched' of undefined"

可能是我比较搞事情,错误代码如下

//路由router
import Router from './router'

new Vue({
  el: '#app',
  Router, //这里的Router要写成router,不然出错,相应的import部分也要改
  Store,
  components: { App },
  template: '<App/>'
})
           

额 额额,这样的错误让人头痛。