vue报错之Duplicate keys detected: '0'. This may cause an update error.

Posted songforu

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了vue报错之Duplicate keys detected: '0'. This may cause an update error.相关的知识,希望对你有一定的参考价值。

昨天运行vue项目的时候,出现了[Vue warn]: Duplicate keys detected: ‘0‘. This may cause an update error. 错误,检测到重复的key值。主要是写了两个for循环,我们在使用v-for的时候,都要加上一个必要的key值,然而又将key的值写成一样的了。

可以将其中一个的key修改一下即可。

 <div class="info1" v-for="(item, index) in itemList" :key="‘info1-‘+ index"></div>

 

以上是关于vue报错之Duplicate keys detected: '0'. This may cause an update error.的主要内容,如果未能解决你的问题,请参考以下文章

解决vue中报错 Duplicate keys detected:‘1‘. This may cause an update error.

解决vue中报错 Duplicate keys detected:‘1‘. This may cause an update error.

vue控制台报错Duplicate keys detected: 'xxxx'. This may cause an update error.解决方案

maven插件报错之解决

freemarker报错之五

freemarker报错之十三