Open
Description
Vue version
3.5.7
Link to minimal reproduction
Steps to reproduce
- Render an array of elements using a component with async setup
- Render new elements
What is expected?
Vue should render the elements in the same order as in the array.
What is actually happening?
Vue renders new elements in reverse order.
Additionally, everything works fine if I use v-for
without key
.
System Info
Any additional comments?
No response