vue-virtual-scroll-list
vue-virtual-scroll-list copied to clipboard
How to handle events emited by the Item Component?
I did not understand how the parent component will handle events from the Item component. Is it not possible? Why didn't you use a slot and scoped slots for it?
Im also wondering, unfortunately because of that I wont use this lib :( Passing component via prop is just wrong
I think this is possible now with Slot API. see #237
Before the implementation of the new API, is there a solution currently?