码迷,mamicode.com
首页 > 其他好文 > 详细

[vue/require-v-for-key] Elements in iteration expect to have 'v-bind:key' directives.

时间:2020-02-25 14:50:07      阅读:86      评论:0      收藏:0      [点我收藏+]

标签:检查   也有   directive   图片   expect   方法   item   iter   ati   

使用VScode开发vue中,v-for在Eslint的规则检查下出现报错:如下
Elements in iteration expect to have ‘v-bind:key’ directives;技术图片

 

 改正方法呢 就是后面加上:key="item" 就好了,当然也有屏蔽eslint检查的方法(我没用,有兴趣可自行百度)。。。

技术图片

 

[vue/require-v-for-key] Elements in iteration expect to have 'v-bind:key' directives.

标签:检查   也有   directive   图片   expect   方法   item   iter   ati   

原文地址:https://www.cnblogs.com/hq-HQ/p/12361366.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!