How can I use VueDraggable to clone an item that once cloned has no link to the original item.
Please take this fiddle as an example: https://jsfiddle.net/32f7yu7c/69/
When you drag an item from list 1 to list 2, please hit the 'update' text and you'll see both names in both lists are updated. How can i prevent this behaviour?
What I would like is this click handler <span @click="update(index)">Update</span> is triggered you update only the item in the relative list.