component lists rendered with v-for should have explicit keys时间:2022-11-27 16:27:01错误:component lists rendered with v-for should have explicit keys 解析:使用vue 的v-for时,需要:key指定唯一key 文档:https://vuejs.org/v2/guide/list.html#key