vue-virtual-scroll-list icon indicating copy to clipboard operation
vue-virtual-scroll-list copied to clipboard

How to handle events emited by the Item Component?

Open AllanOricil opened this issue 3 years ago • 3 comments

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?

AllanOricil avatar Sep 05 '21 21:09 AllanOricil

Im also wondering, unfortunately because of that I wont use this lib :( Passing component via prop is just wrong

Szymon-dziewonski avatar Sep 22 '21 14:09 Szymon-dziewonski

I think this is possible now with Slot API. see #237

pluxain avatar Oct 14 '21 14:10 pluxain

Before the implementation of the new API, is there a solution currently?

axetroy avatar Jan 06 '22 09:01 axetroy