fix(keep-alive): include/exclude should work with async component (#3531)
fix #3529
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user