fix(types): export defineAsyncComponent type (#12684)

This commit is contained in:
Daniel Roe 2022-07-22 03:18:52 +01:00 committed by GitHub
parent a695c5a6df
commit ba7dd2c4ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
types/index.d.ts vendored
View File

@ -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