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
1.0.27
https://jsfiddle.net/matfish2/7m1a799t/
a. Create a component b. apply v-ref to it c. apply v-if to it
v-ref
v-if
v-ref should not break the code
It throws an error:
Uncaught TypeError: Cannot read property 'scope' of undefined
The text was updated successfully, but these errors were encountered:
Seems to be related to #3217
Sorry, something went wrong.
+1
aacf90a
No branches or pull requests
Vue.js version
1.0.27
Reproduction Link
https://jsfiddle.net/matfish2/7m1a799t/
Steps to reproduce
a. Create a component
b. apply
v-ref
to itc. apply
v-if
to itWhat is Expected?
v-ref
should not break the codeWhat is actually happening?
It throws an error:
Uncaught TypeError: Cannot read property 'scope' of undefined
The text was updated successfully, but these errors were encountered: