Trust
Trust
  • 发布:2019-03-29 10:51
  • 更新:2019-03-29 10:51
  • 阅读:825

#插件讨论# 【 聚合UI模板 - 小张没有名字 】juhe-navbar 中的循环缺少 key

分类:uni-app

文件位置:juhe-ui/components/juhe-navbar.vue
错误写法

<view class="icon" v-for="(one, index) of options.leftIcons">

正确写法

<view class="icon" v-for="(one, index) of options.leftIcons" :key="index">
2019-03-29 10:51 负责人:无 分享
已邀请:

该问题目前已经被锁定, 无法添加新回复