From 004633ac0dc53113f29299770abbe3210859565d Mon Sep 17 00:00:00 2001 From: Bob Conan Date: Wed, 23 Oct 2024 13:37:39 -0500 Subject: [PATCH] Update README.md, fix a typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cdc4e54..3e220c0 100644 --- a/README.md +++ b/README.md @@ -363,7 +363,7 @@ Ex: - Vue.draggable children should always map the list or value prop using a v-for directive * 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. - - Children elements inside v-for should be keyed as any element in Vue.js. Be carefull to provide revelant key values in particular: + - Children elements inside v-for should be keyed as any element in Vue.js. Be carefull to provide relevant key values in particular: * typically providing array index as keys won't work as key should be linked to the items content * cloned elements should provide updated keys, it is doable using the [clone props](#clone) for example