mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-19 01:45:53 +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',
|
||||
'ComponentPublicInstance',
|
||||
'ComputedRef',
|
||||
'ExtractPropTypes',
|
||||
'ExtractPublicPropTypes',
|
||||
'InjectionKey',
|
||||
'PropType',
|
||||
'Ref',
|
||||
'MaybeRef',
|
||||
'MaybeRefOrGetter',
|
||||
'VNode'
|
||||
]
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user