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.5.3
github.com
According to keepAlive official doc
keep-alive does not work with functional components because they do not have instances to be cached.
However, according to router-view doc, RounterView is a functional component.
RounterView
this results in issue which can be reproduced in vuejs/core#5207
RounterView should work correctly with keep-alive
RounterView does not work correctly with keep-alive and two official documents are contradictive.
The text was updated successfully, but these errors were encountered:
Please open a new issue in https://github.com/vuejs/router if you still think this needs to be adressed in the router.
Sorry, something went wrong.
No branches or pull requests
Version
3.5.3
Reproduction link
github.com
Steps to reproduce
According to keepAlive official doc
However, according to router-view doc,
RounterView
is a functional component.this results in issue which can be reproduced in vuejs/core#5207
What is expected?
RounterView should work correctly with keep-alive
What is actually happening?
RounterView does not work correctly with keep-alive and two official documents are contradictive.
The text was updated successfully, but these errors were encountered: