feat(nuxt): add new types to vue preset (#29819)

This commit is contained in:
Joaquín Sánchez 2024-11-26 15:09:25 +01:00 committed by Daniel Roe
parent b1c08f77b2
commit 4746457c9c
No known key found for this signature in database
GPG Key ID: 3714AB03996F442B

View File

@ -242,6 +242,8 @@ const vueTypesPreset = defineUnimportPreset({
'Component',
'ComponentPublicInstance',
'ComputedRef',
'DirectiveBinding',
'ExtractDefaultPropTypes',
'ExtractPropTypes',
'ExtractPublicPropTypes',
'InjectionKey',
@ -250,6 +252,7 @@ const vueTypesPreset = defineUnimportPreset({
'MaybeRef',
'MaybeRefOrGetter',
'VNode',
'WritableComputedRef',
],
})