Vue:Duplicate keys detected: ‘[object Object]‘. This may cause an update error. 报错: 问题解决: 报错出现原因是使用v-for的时候将Object对象作为了Key,检查一下修改后就没报错了。赶紧记录下来。 修改后: