<myp-list-chat>
<myp-list-cell v-for="(item, index) in currentChatItem.messageList" :key="index">
xxxxx
</myp-list-cell>
</myp-list-chat>
这个组件展现出来的内容为什么是倒着的呢?
顾
- 发布:2020-11-03 11:55
- 更新:2020-11-03 13:45
- 阅读:418
1 个回复
语文数学天才 - 做最顺手的nvue组件库与工具集
您好。list-chat组件采用的是颠倒list的做法做的,目前不支持滚动条的显示。所以里面内容倒着了。您需要处理一下内容的css以及顺序来适应。
github上面,新的代码已经有正常的示范了。而且list-chat已经合并到了list里面。