<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日,求问
1 个回复
DCloud_UNI_JBB
你是什么版本的hx?