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
include
2.6.11
following code makes a simple example:
<keep-alive include="a, b,c"> <router-view> </router-view> </keep-alive>
component a, b, c should all be cached.
a and c are fine except b with blank is failed to be kept alive.
a
c
b
When do the matching, should consider this situation because some devs like to add a space between words or formatted by some tools.
The text was updated successfully, but these errors were encountered:
fix: fix vuejs#11881
7a7a1eb
Successfully merging a pull request may close this issue.
JerryYuanJ commentedJan 21, 2021
Version
2.6.11
Steps to reproduce
following code makes a simple example:
What is expected?
component a, b, c should all be cached.
What is actually happening?
a
andc
are fine exceptb
with blank is failed to be kept alive.When do the matching, should consider this situation because some devs like to add a space between words or formatted by some tools.
The text was updated successfully, but these errors were encountered: