mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-21 21:25:11 +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',
|
||||
'ComponentPublicInstance',
|
||||
'ComputedRef',
|
||||
'DirectiveBinding',
|
||||
'ExtractDefaultPropTypes',
|
||||
'ExtractPropTypes',
|
||||
'ExtractPublicPropTypes',
|
||||
'InjectionKey',
|
||||
@ -250,6 +252,7 @@ const vueTypesPreset = defineUnimportPreset({
|
||||
'MaybeRef',
|
||||
'MaybeRefOrGetter',
|
||||
'VNode',
|
||||
'WritableComputedRef',
|
||||
],
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user