Skip to content

Commit

Permalink
chore: add missing Vue preset types
Browse files Browse the repository at this point in the history
  • Loading branch information
userquin committed Sep 27, 2024
1 parent a6d8e34 commit c7a11e0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/presets/vue.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,15 @@ export const CommonCompositionAPI: InlinePreset['imports'] = [
'Component',
'ComponentPublicInstance',
'ComputedRef',
'DirectiveBinding',
'ExtractDefaultPropTypes',
'ExtractPropTypes',
'ExtractPublicPropTypes',
'InjectionKey',
'PropType',
'Ref',
'MaybeRef',
'MaybeRefOrGetter',
'VNode',
'WritableComputedRef',
].map(name => ({ name, type: true })),
Expand Down

0 comments on commit c7a11e0

Please sign in to comment.