-
-
Notifications
You must be signed in to change notification settings - Fork 33.8k
Closed
Labels
Description
When using v-ref
on a component with v-for
it produces a list of components.
But, when using components inside a v-for
and using v-ref
on this component, I expect the same behavior but the component list is not present in $refs
.
See this code sample illustrating the issue with Vue.js 1.0.11: https://jsfiddle.net/noirbizarre/jms2gzpt
YerkoPalma, admcfajn, rentalhost, gerardreches, bezborodow and 4 more