Elements in iteration expect to have 'v-bind:key' directives錯誤的解決辦法

1、錯誤以下
[eslint-plugin-vue]
[vue/require-v-for-key]
Elements in iteration expect to have 'v-bind:key' directives.

Renders the element or template block multiple times based on the source data.vue

使用VS Code 出現以下問題,如圖ui

2、解決spa

  在用vscode編寫vue代碼時,由於安裝的有vetur插件,因此當代碼中有v-for語法時,會提示,「Elements in iteration expect to have 'v-bind:key' directives.」這個錯誤插件

這是ESLint的功能,對vue進行了eslint檢查。那麼咱們就把eslint對該插件的檢查關閉,eslint

更改vetur配置            vscode->首選項->設置->搜索(vetur)code

 把  "vetur.validation.template": true  改爲  falseblog

 保存,咱們再看一下vue文件,發現不報錯了。
相關文章
相關標籤/搜索