Vue Error in render: “TypeError: Cannot read property ‘list’ of undefined”【解决办法】

今天爱分享给大家带来Vue Error in render: “TypeError: Cannot read property ‘list’ of undefined”【解决办法】,希望能够帮助到大家。

报错: 渲染错误:“未定义的Type Error:无法读取属性”列表
原因: 没给list定义,也就是说在temple中用到list了,但是在data中没定义这个字段,如果已经定义了但是还是报错,请检查下自己是否拼错了单词,因为我就是这么蠢了= =
解决:

data () {
  return {
    list: []
  }
},

人已赞赏
前端

Vue Cannot read property ‘validate’ of undefined.【解决办法】

2020-11-8 18:49:27

前端

[Vue warn]: Property or method “message” is not defined on the instance【解决办法】

2020-11-8 19:49:55

0 条回复 A文章作者 M管理员
    暂无讨论,说说你的看法吧
'); })();