vetur插件提示 'v-for' directives require 'v-bind:key' directives.错误的解决办法
使用VS Code 出现如下问题,如图:Vue 2.2.0+的版本里,当在组件中使用v-for时,key是必须的。更改vetur配置 vscode->首选项->设置->搜索(vetur)"vetur.validation.template":true,改成:false
·
使用VS Code 出现如下问题,如图:
Vue 2.2.0+的版本里,当在组件中使用v-for时,key是必须的。
更改vetur配置 vscode->首选项->设置->搜索(vetur)
"vetur.validation.template":
true,
改成:false
更多推荐
已为社区贡献1条内容
所有评论(0)