Type ‘string | number | symbol‘ is not assignable to type ‘string | number‘. Type ‘symbol‘ is not

Type ‘string | number | symbol‘ is not assignable to type ‘string | number‘. Type ‘symbol‘ is not,第1张

每次yarn build项目的时候就会报这个错误。刚开始找了很久原因,终于把问题解决了

问题分析,这种情况是因为vue3版本在多个v-for嵌套循环的时候,因为key的指引值为空,直接把第两个for的index 去掉,改为id或其他唯一值即可。

原代码:



 {{itemSon.name}}

改为:



 {{itemSon.name}}

完!

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/web/1296670.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-06-10
下一篇 2022-06-10

发表评论

登录后才能评论

评论列表(0条)

保存