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
2.7.0-beta.4
codesandbox.io
Open the CodeSandbox and watch the console output.
There should be a log entry.
There's no log entry because the watcher is not triggered.
This works in Vue 2.6 (with Composition API plugin) and Vue 3:
https://codesandbox.io/s/vue-2-6-14-template-ref-watcher-working-example-3fec25?file=/src/App.vue https://codesandbox.io/s/vue-3-2-33-template-ref-watcher-working-example-nd1imp?file=/src/App.vue
The text was updated successfully, but these errors were encountered:
7a3aa3f
Hmm this still isn't resolved in 2.7.7...
Sorry, something went wrong.
My CodeSandbox reproduction works with v2.7.7: https://codesandbox.io/s/vue-2-7-template-ref-watcher-issue-be6ghd
Unfortunately not with an array of template refs:
#12675
No branches or pull requests
Version
2.7.0-beta.4
Reproduction link
codesandbox.io
Steps to reproduce
Open the CodeSandbox and watch the console output.
What is expected?
There should be a log entry.
What is actually happening?
There's no log entry because the watcher is not triggered.
This works in Vue 2.6 (with Composition API plugin) and Vue 3:
https://codesandbox.io/s/vue-2-6-14-template-ref-watcher-working-example-3fec25?file=/src/App.vue
https://codesandbox.io/s/vue-3-2-33-template-ref-watcher-working-example-nd1imp?file=/src/App.vue
The text was updated successfully, but these errors were encountered: