anish2690 / vue-draggable-next

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

Does this package work with slot templating? #49

Closed nengjian closed 1 year ago

nengjian commented 1 year ago

I am trying to make this package to work with , but the content rows does not stick to the new order when I moved them around. It always goes back to the original order. Is anyone having similar issues?

``

anish2690 commented 1 year ago

List is not reactive add v-model instead or manually capture items from change and mange array

image