We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
** 请描述您在使用期间遇到的疑问 ** 使用场景是聊天模式,消息时间相近的不展示发送时间,例如能否多传递 nextItem, lastItem
nextItem, lastItem
<template #cell={item, index, nextItem, lastItem}>
The text was updated successfully, but these errors were encountered:
目前可以给虚拟列表添加v-model="dataList",然后根据dataList[index - 1],dataList[index + 1]获取,注意下边界的情况即可。
v-model="dataList"
dataList[index - 1]
dataList[index + 1]
Sorry, something went wrong.
No branches or pull requests
** 请描述您在使用期间遇到的疑问 **
使用场景是聊天模式,消息时间相近的不展示发送时间,例如能否多传递
nextItem, lastItem
The text was updated successfully, but these errors were encountered: