vuetifyjs / vuetify

🐉 Vue Component Framework
https://vuetifyjs.com
MIT License
39.86k stars 6.97k forks source link

[Feature Request] VVirtualScroll will not be include in vuetify3? #15875

Closed bimohxh closed 2 years ago

bimohxh commented 2 years ago

Problem to solve

I use vuetify3 in my vue3 vite project, but I can't find the VVirtualScroll component, so this component will be removed? this is a so usefull component.

Proposed solution

I need VVirtualScroll.

UkonnRa commented 2 years ago

The related issue: https://github.com/vuetifyjs/vuetify/pull/15585

BTW have you tried https://vueuse.org/core/usevirtuallist/, it's an useful hook for virtual scrolling and works fine to me

bimohxh commented 2 years ago

vueuse is great!