mfuu / vue3-virtual-drag-list

A virtual scrolling list component that can be sorted by dragging, for vue3
https://mfuu.github.io/vue3-virtual-drag-list/
MIT License
38 stars 11 forks source link

vue warnings for slot usage #4

Closed theSilverFisch closed 1 year ago

theSilverFisch commented 1 year ago

Rendering virstualList items throws a vue warning

[Vue warn]: Non-function value encountered for default slot. Prefer function slots for better performance. 

I suppose this a legacy problem from porting this package to vue3?

Regards