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
In the section "Refs inside v-for", it would be great to have an explanation of why Vue does not guarantee the correct order of elements when using v-for with ref="someRefs". It might be worth adding some notes on how to solve this problem or what approach we should use instead of it to have the same order of elements as a source array has.
The text was updated successfully, but these errors were encountered:
Section: https://vuejs.org/guide/essentials/template-refs#refs-inside-v-for
In the section "Refs inside v-for", it would be great to have an explanation of why Vue does not guarantee the correct order of elements when using

v-for
withref="someRefs"
. It might be worth adding some notes on how to solve this problem or what approach we should use instead of it to have the same order of elements as a source array has.The text was updated successfully, but these errors were encountered: