refactor(runtime-core): improve the type of defineAsyncComponent (#4441)
This commit is contained in:
@@ -206,7 +206,7 @@ export function defineAsyncComponent<
|
||||
}
|
||||
}
|
||||
}
|
||||
}) as any
|
||||
}) as T
|
||||
}
|
||||
|
||||
function createInnerComp(
|
||||
|
||||
Reference in New Issue
Block a user