Vue3 built-in scaffolding bug about keep-alive asynchronous components【Vue3内置脚手架关于keep-alive异步组件的BUG】 #11757
Unanswered
wenleihang
asked this question in
Help/Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
发现了Vue3内置脚手架的一个bug,keepAlive对于异步组件的渲染,include必须为字符串形式才能记录组件name并进行缓存,而用数组形式不会。但是同步加载组件不受这个影响。
Recording a bug in Vue3's built-in scaffolding, for keepAlive's rendering of asynchronous components, include must be in the form of a string to record the component name and cache it, but it cannot be used in the form of an array. But synchronously loaded components are not affected by this.
Beta Was this translation helpful? Give feedback.
All reactions