Replies: 1 comment
-
works for me vue sfc playground |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Faced with the following problem:
When iterating through and rendering data via v-for, it is not possible to access the home element via ref.
Vue js version - 3.2.31
The documentation states that it can be obtained as follows - https://vuejs.org/guide/essentials/template-refs.html#refs-inside-v-for
Example from the documentation:
My code example:
but for some reason, it doesn't work.
Maybe someone has already faced such a problem?
Beta Was this translation helpful? Give feedback.
All reactions