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
很多页面都是使用的keeplive,然后点击返回,back(-1),页面进来了,但是dom都没渲染,整个页面成空白的状态。
The text was updated successfully, but these errors were encountered:
我的也是这样 <keep-alive> <!-- 需要缓存的视图组件 --> <router-view v-if="$route.meta.keepAlive" v-transition /> </keep-alive> <!-- 不需要缓存的视图组件 --> <router-view v-if="!$route.meta.keepAlive" v-transition />
<keep-alive> <!-- 需要缓存的视图组件 --> <router-view v-if="$route.meta.keepAlive" v-transition /> </keep-alive> <!-- 不需要缓存的视图组件 --> <router-view v-if="!$route.meta.keepAlive" v-transition />
Sorry, something went wrong.
No branches or pull requests
很多页面都是使用的keeplive,然后点击返回,back(-1),页面进来了,但是dom都没渲染,整个页面成空白的状态。
The text was updated successfully, but these errors were encountered: