You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe this is a core bug rather than a docs problem. See vuejs/core#5525. I believe that'll be fixed in the next patch release, but there's a workaround suggested on that issue in the meantime.
Discussed in #1641
Originally posted by Roman-00 March 26, 2022
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?
The text was updated successfully, but these errors were encountered: