[Vuejs]-Vue and "vuedraggable", update data in subcomponents?

0👍

You need to listen on the event with one of the events that vue-draggable provides, try using @end or @start, then you can put the logic from the @change into those events.

Leave a comment