]> git.ipfire.org Git - thirdparty/vuejs/core.git/commit
fix(keep-alive): include/exclude should work with async component (#3531)
authorHcySunYang <HcySunYang@outlook.com>
Tue, 25 May 2021 14:50:00 +0000 (22:50 +0800)
committerGitHub <noreply@github.com>
Tue, 25 May 2021 14:50:00 +0000 (10:50 -0400)
commit9e3708ca754c0ecd66dbb45984f8d103772bd55c
tree11092eee97f330654d48fd765d3726f1c2ef7160
parentf1f52300e6c5ff2058bc24e9ab1c1f67a6360b49
fix(keep-alive): include/exclude should work with async component (#3531)

fix #3529
packages/runtime-core/__tests__/components/KeepAlive.spec.ts
packages/runtime-core/src/apiAsyncComponent.ts
packages/runtime-core/src/componentOptions.ts
packages/runtime-core/src/components/KeepAlive.ts