-
-
Notifications
You must be signed in to change notification settings - Fork 9k
Open
Description
Vue version
3.5.25
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.
System Info
Any additional comments?
This is similar to #13559, but uses an additional wrapper element between the v-for-element and the async component.
Metadata
Metadata
Assignees
Labels
No labels