dingyong0214/ThorUI-uniapp

tui-waterfall组件使用警告

LvJianfeng opened this issue · 1 comments

<tui-waterfall :listData="listData" :columnCount="columnCount" :columnGap="columnCount==1?'0':'10rpx'" backgroundColor="#f5f5f5">
    <template slot-scope="{ entity, index, isList }" slot="left">
        <t-goods-item :entity="entity" :isList="isList"></t-goods-item>
    </template>
    <template slot-scope="{ entity, index, isList }" slot="right">
        <t-goods-item :entity="entity" :isList="isList"></t-goods-item>
    </template>
</tui-waterfall>

[Component] slot "right" duplication is found under a single shadow root. The first one was accepted.
[Component] slot "left" duplication is found under a single shadow root. The first one was accepted.