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.8
codesandbox.io
Have a watcher with a dependency on the current route. Unmount the component.
route
No watcher effect is called
Watcher effects are called
Looks like it's the same issue as vuejs/core#2291 for Vue 3
The text was updated successfully, but these errors were encountered:
f0057b1
v-if="value"
No branches or pull requests
Version
2.7.8
Reproduction link
codesandbox.io
Steps to reproduce
Have a watcher with a dependency on the current
route
. Unmount the component.What is expected?
No watcher effect is called
What is actually happening?
Watcher effects are called
Looks like it's the same issue as vuejs/core#2291 for Vue 3
The text was updated successfully, but these errors were encountered: