anish2690 / vue-draggable-next

Vue 3 drag-and-drop component
https://vue-draggable-next.vercel.app
MIT License
504 stars 44 forks source link

How to allow dragging between different lists? #38

Closed LeaVerou closed 2 years ago

LeaVerou commented 2 years ago

Hello, thanks for making this plugin!

I'm currently using it for drag & drop to reorder items in two lists, but I also want to allow d&d between the two lists. Is that possible? If so, how?

Thanks!

anish2690 commented 2 years ago

@LeaVerou yes it possible refer example and make few modification that should work https://vue-draggable-next.vercel.app/#/clone

image