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
An array is logged whose elements are in the order in which the corresponding elements appear in the document.
What is actually happening?
The logged array keeps the original order.
The text was updated successfully, but these errors were encountered:
infinnie
changed the title
Array $refs keep the original order instead of the DOM order.
Elements of array $refs keep the original order instead of the DOM order.
May 13, 2021
Version
2.6.11
Reproduction link
https://codesandbox.io/s/focused-paper-3cqr1?file=/src/App.vue
Steps to reproduce
Call the
reorder()
method.Call the
log()
method after re-rendering.What is expected?
An array is logged whose elements are in the order in which the corresponding elements appear in the document.
What is actually happening?
The logged array keeps the original order.
The text was updated successfully, but these errors were encountered: