Explorar o código

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

Daniel Roe %!s(int64=3) %!d(string=hai) anos
pai
achega
ba7dd2c4ed
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      types/index.d.ts

+ 1 - 1
types/index.d.ts

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