Skip to content

Commit 6fb45e2

Browse files
committed
fix(presets): add the new toValue method in vue
vuejs/core#7997
1 parent 6fa1ca3 commit 6fb45e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/presets/vue.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ export const CommonCompositionAPI: InlinePreset['imports'] = [
3636
'toRaw',
3737
'toRef',
3838
'toRefs',
39+
'toValue',
3940
'unref',
4041
'watch',
4142
'watchEffect',

0 commit comments

Comments
 (0)