component lists rendered with v-for should have explicit keys

出现这个报错的主要原因是  component lists rendered with v-for should have explicit keys 去官网看了下v-for,简单说就是有相同父元素的子元素要有一个唯一的key,这样才能避免渲染错误,具体解释如下图:
相关文章
相关标签/搜索