mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 05:35:13 +00:00
feat(nuxt): add new types to vue preset
This commit is contained in:
parent
16fab77784
commit
38b6638093
@ -242,6 +242,8 @@ const vueTypesPreset = defineUnimportPreset({
|
|||||||
'Component',
|
'Component',
|
||||||
'ComponentPublicInstance',
|
'ComponentPublicInstance',
|
||||||
'ComputedRef',
|
'ComputedRef',
|
||||||
|
'DirectiveBinding',
|
||||||
|
'ExtractDefaultPropTypes',
|
||||||
'ExtractPropTypes',
|
'ExtractPropTypes',
|
||||||
'ExtractPublicPropTypes',
|
'ExtractPublicPropTypes',
|
||||||
'InjectionKey',
|
'InjectionKey',
|
||||||
@ -250,6 +252,7 @@ const vueTypesPreset = defineUnimportPreset({
|
|||||||
'MaybeRef',
|
'MaybeRef',
|
||||||
'MaybeRefOrGetter',
|
'MaybeRefOrGetter',
|
||||||
'VNode',
|
'VNode',
|
||||||
|
'WritableComputedRef',
|
||||||
],
|
],
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user