virtua
virtua copied to clipboard
Create generically typed VList for Vue
Add helper like const GenericVList = <T>() => VList<T> (or any better way)
https://logaretm.com/blog/generically-typed-vue-components/
https://www.telerik.com/blogs/definecomponent-vue-3-pure-magic
https://github.com/vuejs/core/pull/10357
https://github.com/Akryum/vue-virtual-scroller/issues/199