Skip to content

Commit ba7dd2c

Browse files
authored
fix(types): export defineAsyncComponent type (#12684)
1 parent a695c5a commit ba7dd2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: types/index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export * from './v3-setup-helpers'
4242
export { Data } from './common'
4343
export { SetupContext } from './v3-setup-context'
4444
export { defineComponent } from './v3-define-component'
45-
// export { defineAsyncComponent } from './defineAsyncComponent'
45+
export { defineAsyncComponent } from './v3-define-async-component'
4646
export {
4747
SetupFunction,
4848
// v2 already has option with same name and it's for a single computed

0 commit comments

Comments
 (0)