vue-language-server Elements in iteration expect to have 'v-bind:key' directives.问题解决

更改vetur配置 vscode->首选项->设置->搜索(vetur)

1
2
// Validate vue-html in <template> using eslint-plugin-vue
"vetur.validation.template": true,

改为
“vetur.validation.template”: false