vue编译时正常,运行时报错Cannot read property 'getters' of undefined是怎么回事
如题,vue的项目编译能通过,但是浏览器运行时就报错,如下
无法定位到错误的地方。有大佬知道这是怎么回事吗
回答
你检查下源代码哪里使用到的getters属性,逐个排查吧。
初始化值得时候不是数组 后面又赋值数组 请用 $set
以上是 vue编译时正常,运行时报错Cannot read property 'getters' of undefined是怎么回事 的全部内容, 来源链接: utcz.com/a/37715.html