heikaimu / vue3-waterfall-plugin

vue3 瀑布流插件,支持 PC 和移动端,支持 animate 的所有动画效果,支持图片懒加载
https://vue3-waterfall.netlify.app/
390 stars 29 forks source link

考虑引入虚拟滚动吗0.0 #49

Open kaixinobao opened 9 months ago

ydq commented 9 months ago

+1 看现在渲染了好多节点,会不会到后面很卡啊

popdo commented 8 months ago

+1

heikaimu commented 8 months ago

瀑布流这种卡片高度不固定的是不好做虚拟滚动的,虚拟滚动的前提是要知道每个卡片的高度。我有一个卡片的虚拟滚动组件: https://github.com/heikaimu/vue3-virtual-scroll