首页 > 其他 > 详细

vue警告: component lists rendered with v-for should have explicit keys

时间:2019-11-16 11:04:38      阅读:203      评论:0      收藏:0      [点我收藏+]

warning信息:component lists rendered with v-for should have explicit keys. See https://vuejs.org/guide/list.html#key for more info.

在v-for中绑定key值可解决:

<router-link :to="{path: goods.url}" v-for="(goods,index) in ftg.goods" :key=index target="_blank" :title="goods.name">{{goods.name}}</router-link>

 

vue警告: component lists rendered with v-for should have explicit keys

原文:https://www.cnblogs.com/xulei1992/p/11870871.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!