5***@qq.com
5***@qq.com
  • 发布:2025-02-10 09:33
  • 更新:2025-10-22 11:29
  • 阅读:239

More than one slot named "" are found inside a single component instance

分类:uni-app

<view class="waterfallItem" v-for="(item, index) in list" :key="index">
<slot :goods="item"></slot>
</view>

在微信小程序端循环slot就会无限报出“相同name的slot项”警告,例如More than one slot named "" are found inside a single component instance (in component "components/virtual-list/virtual-list"). The first one was accepted.
patch。最终只渲染了一条数据。2025年2月10日,求问

2025-02-10 09:33 负责人:无 分享
已邀请:
DCloud_UNI_JBB

DCloud_UNI_JBB

你是什么版本的hx?

要回复问题请先登录注册