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-rc.5
https://zhangzhonghe.github.io/keep-alive-bug-2/test.html
1, click link,open devTool. 2,you can see activated hook of the "two component" has not call when the "one component" has no activated hook.
the activated hook of the "two component" should be called.
has no called.
The text was updated successfully, but these errors were encountered:
fix(keep-alive): fix activated hook invocation on nested components (#…
233d191
…1743) fix #1742
Successfully merging a pull request may close this issue.
Version
3.0.0-rc.5
Reproduction link
https://zhangzhonghe.github.io/keep-alive-bug-2/test.html
Steps to reproduce
1, click link,open devTool.
2,you can see activated hook of the "two component" has not call when the "one component" has no activated hook.
What is expected?
the activated hook of the "two component" should be called.
What is actually happening?
has no called.
The text was updated successfully, but these errors were encountered: