Skip to content

Commit

Permalink
refactor(runtime-core): improve the type of defineAsyncComponent (#4441)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShroXd committed Sep 1, 2021
1 parent b49f446 commit 6f555cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/runtime-core/src/apiAsyncComponent.ts
Expand Up @@ -206,7 +206,7 @@ export function defineAsyncComponent<
}
}
}
}) as any
}) as T
}

function createInnerComp(
Expand Down

0 comments on commit 6f555cf

Please sign in to comment.