We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
3.2.31
sfc.vuejs.org/
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
expect to get refs
It is not possible in the local environment
The text was updated successfully, but these errors were encountered:
duplicate of #5447
Sorry, something went wrong.
No branches or pull requests
Version
3.2.31
Reproduction link
sfc.vuejs.org/
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
The text was updated successfully, but these errors were encountered: