Skip to content

Commit

Permalink
feat: add 4 more vue reactivity api (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
pandaQ committed May 27, 2022
1 parent 116c0f6 commit b97e9a7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/presets/vue.ts
Expand Up @@ -24,6 +24,8 @@ export const CommonCompositionAPI = [
'isRef',
'markRaw',
'reactive',
'isReactive',
'isProxy',
'readonly',
'ref',
'shallowReactive',
Expand All @@ -36,6 +38,8 @@ export const CommonCompositionAPI = [
'unref',
'watch',
'watchEffect',
'watchPostEffect',
'watchSyncEffect',

// component
'defineComponent',
Expand Down

0 comments on commit b97e9a7

Please sign in to comment.