报错:Custom elements in iteration require 'v-bind:key'
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了报错:Custom elements in iteration require 'v-bind:key'相关的知识,希望对你有一定的参考价值。
参考技术A 使用 v-for 出现报错,报错内容[vue/valid-v-for]
Custom elements in iteration require 'v-bind:key' directives.
报错原因:
1、 使用了 Vetur 插件, Eslint 对 vue 进行了检查。
2、 vue 升级至2.2 要求 v-for 必须要带 key
解决方法:
关闭 Eslint 对 v-for 必须带 key 的检查
√ 勾选项取消
OK啦。
以上是关于报错:Custom elements in iteration require 'v-bind:key'的主要内容,如果未能解决你的问题,请参考以下文章
vue报错Unknown custom element:<el-descriptions> did you register the component
记录:Unknown custom element: [v-table] - did you register the component correctly...报错亲测有效
vue报错:Unknown custom element: xxx - did you register the component correctly? For recursive compon
如何修复此错误 [Vue warn]: Unknown custom element: <nuxt-link> in unit testing with Jest
微信小程序tabbar报错Component is not found in path “custom-tab-bar/index“