component lists rendered with v-for should have explicit keys.

出现 “component lists rendered with v-for should have explicit keys.”警告

修改前:

查看附件

{{obj.name}}

改正后:

查看附件

{{obj.name}}

你可能感兴趣的:(只要思想不滑坡,方法总比困难多)