Replies: 1 comment 3 replies
-
Browser support of |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The Vue Docs suggest to create a copy of the original array before calling
array.reverse()
/array.sort()
.However,
array.toReversed()
/array.toSorted()
would be the better option in this case.Maybe someone could update this part in the Vue Docs.
Vue Docs
Beta Was this translation helpful? Give feedback.
All reactions