Skip to content

Commit b97e9a7

Browse files
author
pandaQ
authored
feat: add 4 more vue reactivity api (unplugin#184)
1 parent 116c0f6 commit b97e9a7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/presets/vue.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ export const CommonCompositionAPI = [
2424
'isRef',
2525
'markRaw',
2626
'reactive',
27+
'isReactive',
28+
'isProxy',
2729
'readonly',
2830
'ref',
2931
'shallowReactive',
@@ -36,6 +38,8 @@ export const CommonCompositionAPI = [
3638
'unref',
3739
'watch',
3840
'watchEffect',
41+
'watchPostEffect',
42+
'watchSyncEffect',
3943

4044
// component
4145
'defineComponent',

0 commit comments

Comments
 (0)