当前位置: 代码迷 >> 综合 >> Elements in iteration expect to have ‘v-bind:key‘ directives.eslint-plugin-vue
  详细解决方案

Elements in iteration expect to have ‘v-bind:key‘ directives.eslint-plugin-vue

热度:24   发布时间:2024-03-06 09:32:49.0

背景

在使用VScode编辑器vue开发过程中,v-for在Eslint的规则检查下出现报错:Elements in iteration expect to have ‘v-bind:key’ directives。

报错原因:
安装了ESLint插件,对vue进行了eslint检查。

解决

文件 ---> 首选项 --->,在搜索框中输入: vetur.validation.template

把勾去掉,重启VsCode即可

  相关解决方案