Closed
Description
Version
2.5.17-beta.0
Reproduction link
https://codepen.io/Stupid/pen/WJmgjm?editors=1010
Steps to reproduce
Create ref within template and in render function, template returns array, render function returns latest item in loop.
What is expected?
render functions should return an array of the "refs" (https://vuejs.org/v2/guide/render-function.html#v-if-and-v-for)
What is actually happening?
Of course it makes sense that the render function returns the last ref as JS should. But in vue shouldn't it return an array as the template do?
Metadata
Metadata
Assignees
Labels
No labels