I'm using vuedraggable version ^4.1.0 in my Vue 3 project, and I have a requirement where I need to trigger the @end event when the drag-and-drop operation is finished. However, I do not want vuedraggable to automatically modify the underlying array bound to the :list. Instead, I want to handle the array reordering manually in the @end event.
I'm using vuedraggable version ^4.1.0 in my Vue 3 project, and I have a requirement where I need to trigger the @end event when the drag-and-drop operation is finished. However, I do not want vuedraggable to automatically modify the underlying array bound to the :list. Instead, I want to handle the array reordering manually in the @end event.