vue2 “component lists rendered with v-for should have explicit keys”警告

代码:



调试过程报警告:
: component lists rendered with v-for should have explicit keys. See https://vuejs.org/guide/list.html#key for more info.
不过不影响渲染结果。查了文档原来是没有指定key。

修改后问题解决



你可能感兴趣的:(vue2 “component lists rendered with v-for should have explicit keys”警告)