We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdffae0 commit 64b2084Copy full SHA for 64b2084
README.md
@@ -355,6 +355,12 @@ Ex:
355
<button slot="footer" @click="addPeople">Add</button>
356
</draggable>
357
```
358
+ ### Gochas
359
+
360
+ Children elements inside v-for should be keyed as any element in Vue.js. Be carefull to provide revelant key values in particular:
361
+ * typically providing array index as keys won't work as key should be linked to the items content
362
+ * cloned elements should provide updated keys, it is doable using the [clone props](#clone) for example
363
364
365
### Example
366
* [Clone](https://sortablejs.github.io/Vue.Draggable/#/custom-clone)
0 commit comments