Refs inside v-for
Version
3.2.31
Reproduction link
Steps to reproduce
Binding ref is unsuccessful when using v-for to dynamically traverse the component. It's correct in Vue SFC Playground, it's not correct when experimenting locally. Version is Vue 3.2.31 https://vuejs.org/guide/essentials/template-refs.html#refs-inside-v-for link here
What is expected?
expect to get refs
What is actually happening?
It is not possible in the local environment
It is not possible in the local environment
duplicate of https://github.com/vuejs/core/issues/5447