mirror of
https://github.com/vuejs/vue.git
synced 2024-11-21 20:28:54 +00:00
fix(types): export defineAsyncComponent
type (#12684)
This commit is contained in:
parent
a695c5a6df
commit
ba7dd2c4ed
2
types/index.d.ts
vendored
2
types/index.d.ts
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user