Are you familiar with the library https://github.com/SortableJS/Vue.Draggable?
I am trying to achieve a drag and drop functionality where I can drag a file into a folder. However, I am facing an issue as the @change
event only provides data about the dragged item but not the item it is being dragged onto. Do you have any suggestions on how I can accomplish this?
I have created an example in this JSFiddle. In this demo, I would like to be able to update the value of file.folder_name
inside the onFoldersChange
method. Any insights on how I can achieve this?
Thank you!