vue-virtual-scroll-list icon indicating copy to clipboard operation
vue-virtual-scroll-list copied to clipboard

⚡️A vue component support big amount data list with high render performance and efficient.

Results 78 vue-virtual-scroll-list issues
Sort by recently updated
recently updated
newest added

帅哥支持一下vue3 😁

suggestion

拿官网的范例来测试, https://codesandbox.io/s/live-demo-virtual-list-e1ww1?file=/src/App.vue, 只有把高度改成1200px 而已, 滚到阶段底部会有一小部分留白, 必须要在往下滚一小段,才能触发下个阶段个显示 这部分有解吗? ![image](https://user-images.githubusercontent.com/13428598/168412062-873f7285-b282-4ceb-9c01-a0a28e97d35f.png)

question

dataComponent注册的组件怎么获取组件的ref?

## Describe 测试了低内核版本未发现问题,在高版本的情况下,滚轴滚动到一段距离就无法滚动,需要移动鼠标在滚动 ## To Reproduce demo均可复现 ## Reproduce demo Providing a reproduce demo of this bug, that will help me solve the problem more quickly. You can fork by...

bug

## Describe in the page which uses vue-virtual-scroll-list, a request , for getting list data, it's content-download spend too long. ## To Reproduce Steps to reproduce the behavior: 1. create...

bug

Fix the error to get the offset value when loading 1 piece of data for chatroom - [x] Bugfix

const vsl = this.$refs.vsl const offset = sids.reduce((previousValue, currentSid) => { const previousSize = typeof previousValue === 'string' ? vsl.getSize(previousValue) : previousValue return previousSize + this.$refs.vsl.getSize(currentSid) }) Any ideas?

bug

## Describe the feature request There is [chat room](https://tangbc.github.io/vue-virtual-scroll-list/#/chat-room) demo. If you trigger the infinite scroll, and then scroll down immediately, after infinite scroll will load the items, you'll lose...

suggestion

Are there any plans to bring Vue Virtual Scroll List to Vue 3?

question
planning

## Describe I am having a problem, i have a chat screen.I zoom out screen

bug