mirror of https://github.com/vuejs/core.git
refactor(runtime-core): improve the type of defineAsyncComponent (#4441)
This commit is contained in:
parent
b49f446ad0
commit
6f555cf98c
|
|
@ -206,7 +206,7 @@ export function defineAsyncComponent<
|
|||
}
|
||||
}
|
||||
}
|
||||
}) as any
|
||||
}) as T
|
||||
}
|
||||
|
||||
function createInnerComp(
|
||||
|
|
|
|||
Loading…
Reference in New Issue