Skip to content
New issue

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

fix(KeepAlive): should avoid unmount later included components #3650

Closed
wants to merge 1 commit into from
Closed

fix(KeepAlive): should avoid unmount later included components #3650

wants to merge 1 commit into from

Conversation

HcySunYang
Copy link
Member

@HcySunYang HcySunYang commented Apr 22, 2021

Fix: #3648

In fact, I fixed this problem in another PR, but that was a PR associated with an RFC, so I think a separate PR is still needed

@HcySunYang HcySunYang added 🔨 p3-minor-bug Priority 3: this fixes a bug, but is an edge case that only affects very specific usage. scope: keep-alive labels Apr 22, 2021
@yyx990803 yyx990803 deleted the branch vuejs:master January 18, 2022 08:31
@yyx990803 yyx990803 closed this Jan 18, 2022
yyx990803 added a commit that referenced this pull request May 12, 2022
iwusong pushed a commit to iwusong/core that referenced this pull request May 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔨 p3-minor-bug Priority 3: this fixes a bug, but is an edge case that only affects very specific usage. scope: keep-alive
Projects
None yet
Development

Successfully merging this pull request may close these issues.

使用keepAlive缓存路由,首次跳别的路由时候,被缓存的路由会执行unmounted方法
2 participants