fix(keep-alive): include/exclude should work with async component (#3531)

fix #3529
This commit is contained in:
HcySunYang
2021-05-25 22:50:00 +08:00
committed by GitHub
parent f1f52300e6
commit 9e3708ca75
4 changed files with 83 additions and 3 deletions

View File

@@ -189,6 +189,11 @@ export interface ComponentOptionsBase<
* @internal
*/
__asyncLoader?: () => Promise<ConcreteComponent>
/**
* the inner component resolved by the AsyncComponentWrapper
* @internal
*/
__asyncResolved?: ConcreteComponent
/**
* cache for merged $options
* @internal