记录错误:Custom elements in iteration require 'v-bind:key' directives.
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了记录错误:Custom elements in iteration require 'v-bind:key' directives.相关的知识,希望对你有一定的参考价值。
参考技术A 在使用vue-cli工具开发时,使用v-for出现以下报错原因是vue在升级到2.2后,当在组件中使用 v-for 时,规定必须有设置 key .
还有一个原因就是使用了Vetur插件,然后Eslint对vue进行了检查,因为在vue2.2.0+的版本中,使用v-for时,key是必须的
解决办法是:关闭eslint对该插件的检查
文件 -> 首选项 -> 设置,搜索vetur.validation.template,把勾选取消掉
这样子问题就解决了。
以上是关于记录错误:Custom elements in iteration require 'v-bind:key' directives.的主要内容,如果未能解决你的问题,请参考以下文章
报错:Custom elements in iteration require 'v-bind:key'
测试 Angular 2 应用程序中的“CUSTOM_ELEMENTS_SCHEMA”错误
Vue——解决[Vue warn]: Invalid prop: custom validator check failed for prop "index". found in
记录:Unknown custom element: [v-table] - did you register the component correctly...报错亲测有效
Dynamics365 custom-plug-ins-should-not-catch-exceptions from OrganizationService