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.
- [Vuejs]-What is wrong with the export of my npm packaged vue component?
- [Vuejs]-Single post works but looped post returns 500 error
Source:stackexchange.com