Replies: 1 comment 4 replies
-
@keno-lee |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Please show me a complete example of implementing a virtual list for chat for vue3 composition api.
For example we have an array of messages for 2k messages, they need to be loaded instantly when scrolling without delay.
const messages = ref([0....2000])
Beta Was this translation helpful? Give feedback.
All reactions