We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
defineAsyncComponent
1 parent a695c5a commit ba7dd2cCopy full SHA for ba7dd2c
types/index.d.ts
@@ -42,7 +42,7 @@ export * from './v3-setup-helpers'
42
export { Data } from './common'
43
export { SetupContext } from './v3-setup-context'
44
export { defineComponent } from './v3-define-component'
45
-// export { defineAsyncComponent } from './defineAsyncComponent'
+export { defineAsyncComponent } from './v3-define-async-component'
46
export {
47
SetupFunction,
48
// v2 already has option with same name and it's for a single computed
0 commit comments