github-actions[bot] commented on issue #9046: URL: https://github.com/apache/dolphinscheduler/issues/9046#issuecomment-1073511257
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues. ### What happened 在app.vue中使用keep-alive,页面直接白屏 ### What you expected to happen 能够使用keep-alive ### How to reproduce <template> <div v-if="isRenderRouterView"> <!--缓存--> <m-layout> <m-nav slot="top"></m-nav> <keep-alive> <router-view slot="bottom"></router-view> </keep-alive> </m-layout> </div> </template> ### Anything else _No response_ ### Version 1.3.8 ### Are you willing to submit PR? - [X] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
