mirror of
https://github.com/vuejs/vue.git
synced 2024-11-22 04:39:46 +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 { Data } from './common'
|
||||||
export { SetupContext } from './v3-setup-context'
|
export { SetupContext } from './v3-setup-context'
|
||||||
export { defineComponent } from './v3-define-component'
|
export { defineComponent } from './v3-define-component'
|
||||||
// export { defineAsyncComponent } from './defineAsyncComponent'
|
export { defineAsyncComponent } from './v3-define-async-component'
|
||||||
export {
|
export {
|
||||||
SetupFunction,
|
SetupFunction,
|
||||||
// v2 already has option with same name and it's for a single computed
|
// v2 already has option with same name and it's for a single computed
|
||||||
|
Loading…
Reference in New Issue
Block a user