sagalbot / vue-sortable

A lightweight directive for reorderable drag-and-drop lists using RubaXa/Sortable
http://sagalbot.github.io/vue-sortable/
MIT License
721 stars 104 forks source link

Sorting and reordering array #39

Open lukesnowden opened 4 years ago

lukesnowden commented 4 years ago

I have an issue which I cant get my head around. I am us v-for to print out my list in this video. When the update has finished I am using your example to reorder the array, which in turn, the vuejs reacts and reorders the already ordered list. As you can see I looks as if its randomly ordering the elements.

ezgif-5-e0b1ec182367.gif

Does anybody know how to solve this?