mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-31 15:50:32 +00:00
fix(nuxt): add missing vue types (#21445)
This commit is contained in:
parent
c4e5ac83bf
commit
5a25fca475
@ -161,9 +161,13 @@ const vueTypesPreset = defineUnimportPreset({
|
|||||||
'Component',
|
'Component',
|
||||||
'ComponentPublicInstance',
|
'ComponentPublicInstance',
|
||||||
'ComputedRef',
|
'ComputedRef',
|
||||||
|
'ExtractPropTypes',
|
||||||
|
'ExtractPublicPropTypes',
|
||||||
'InjectionKey',
|
'InjectionKey',
|
||||||
'PropType',
|
'PropType',
|
||||||
'Ref',
|
'Ref',
|
||||||
|
'MaybeRef',
|
||||||
|
'MaybeRefOrGetter',
|
||||||
'VNode'
|
'VNode'
|
||||||
]
|
]
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user