tangbc / vue-virtual-scroll-list

⚡️A vue component support big amount data list with high render performance and efficient.
https://tangbc.github.io/vue-virtual-scroll-list
MIT License
4.41k stars 592 forks source link

激活285,虚拟列表追加数据后,获取高度错误 #420

Open TinaSprunt opened 1 year ago

TinaSprunt commented 1 year ago

未解决但已关闭,前情参考https://github.com/tangbc/vue-virtual-scroll-list/issues/285

@tangbc web端谷歌浏览器追加数据后,获取高度错误

示例:每次在获取数据后,都调用this.$refs.virtualListRef.getOffset()获取当前偏移量,但有时候获取不到真实的偏移量,会拿到0

获取数据后,打印当前 getOffset 及 getScrollSize的值 5

实际元素高度 6