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.25
sfc.vuejs.org/
Open link to SFC Playground.
Change version of vue to 2.2.25
Open console, you will see that refs values have undefined value
input 1: undefined input 2: undefined
input1
input2
input 1: <input ref_for="true"> input 2: <input ref_for="true">
Dynamic template ref names should work as before.
Dynamic template ref (with dynamic name) stopped work since 3.2.25 version
The text was updated successfully, but these errors were encountered:
fix(runtime-core): named ref in v-for fix(vuejs#5116)
c1b9215
368b89e
fix(runtime-core/template-ref): named ref in v-for regression fix (#5118
cee1eaf
) close #5116 close #5447 close #5525
Successfully merging a pull request may close this issue.
Version
3.2.25
Reproduction link
sfc.vuejs.org/
Steps to reproduce
Open link to SFC Playground.
Change version of vue to 2.2.25
Open console, you will see that refs values have undefined value
input1
andinput2
values contain html elementWhat is expected?
Dynamic template ref names should work as before.
What is actually happening?
Dynamic template ref (with dynamic name) stopped work since 3.2.25 version
The text was updated successfully, but these errors were encountered: