fix(nuxt): add missing vue types (#21445)

This commit is contained in:
Wilson Pinto 2023-06-07 21:49:19 +02:00 committed by GitHub
parent c4e5ac83bf
commit 5a25fca475
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -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'
] ]
}) })