You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Vue.draggable children should always map the list or value prop using a v-for directive
363
+
- Vue.draggable children should always map the list or modelValue prop using a v-for directive
365
364
* You may use [header](https://github.com/SortableJS/Vue.Draggable#header) and [footer](https://github.com/SortableJS/Vue.Draggable#footer) slot to by-pass this limitation.
366
365
367
-
- Children elements inside v-for should be keyed as any element in Vue.js. Be carefull to provide revelant key values in particular:
366
+
- Children elements inside v-for should be keyed as any element in Vue.js. Be careful to provide relevant key values in particular:
368
367
* typically providing array index as keys won't work as key should be linked to the items content
369
368
* cloned elements should provide updated keys, it is doable using the [clone props](#clone) for example
0 commit comments