Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix(types): export defineAsyncComponent type (#12684)
  • Loading branch information
danielroe committed Jul 22, 2022
1 parent a695c5a commit ba7dd2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/index.d.ts
Expand Up @@ -42,7 +42,7 @@ export * from './v3-setup-helpers'
export { Data } from './common'
export { SetupContext } from './v3-setup-context'
export { defineComponent } from './v3-define-component'
// export { defineAsyncComponent } from './defineAsyncComponent'
export { defineAsyncComponent } from './v3-define-async-component'
export {
SetupFunction,
// v2 already has option with same name and it's for a single computed
Expand Down

0 comments on commit ba7dd2c

Please sign in to comment.