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.0.0-beta.3
https://github.com/jakedohm/vue-3-dynamic-component-ref-bug-reproduction
The count in the div and the count in the heading should both increment.
The count in the div increments, but the count using my component does not update.
The text was updated successfully, but these errors were encountered:
Also, I looked through the Vue RFCs repo to see if had changed and couldn't find anything, but if it has this could be related to that 👍
Sorry, something went wrong.
dcf2458
fix(runtime-core): fix dynamic node tracking in dynamic component tha…
3c60562
…t resolves to plain elements fix vuejs#1039
No branches or pull requests
Version
3.0.0-beta.3
Reproduction link
https://github.com/jakedohm/vue-3-dynamic-component-ref-bug-reproduction
Steps to reproduce
What is expected?
The count in the div and the count in the heading should both increment.
What is actually happening?
The count in the div increments, but the count using my component does not update.
The text was updated successfully, but these errors were encountered: