component lists rendered with v-for should have explicit keys

出现这个报错的主要原因是  component lists rendered with v-for should have explicit keys

去官网看了下v-for,简单说就是有相同父元素的子元素要有一个唯一的key,这样才能避免渲染错误,具体解释如下图:

 

posted @ 2018-02-16 16:39  黑夜蓝天  阅读(2324)  评论(0编辑  收藏  举报