component lists rendered with v-for should have explicit keys

错误:component lists rendered with v-for should have explicit keys

解析:使用vue 的v-for时,需要:key指定唯一key

文档:https://vuejs.org/v2/guide/list.html#key

原文地址:https://www.cnblogs.com/dannyyao/p/10250725.html