当前位置:   article > 正文

【vue报错】vue.runtime.esm.js?2b0e:1897 TypeError: Cannot read properties of undefined (reading ‘0‘)_vue.runtime.esm.js:1897 typeerror: cannot read pro

vue.runtime.esm.js:1897 typeerror: cannot read properties of undefined (read

Error in mounted hook: "TypeError: Cannot read properties of undefined (reading '0')"

vue.runtime.esm.js?2b0e:1897 TypeError: Cannot read properties of undefined (reading '0')

原因:

创建DOM元素遍历依赖的 props 数据,而计算过程在挂载完毕之后;

需要将计算过程放到 正确 的生命周期钩子;

解决:

把计算过程放在 created() 周期钩子 可解决

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/Cpp五条/article/detail/288585
推荐阅读
相关标签
  

闽ICP备14008679号