Skip to content

Commit 64d0f95

Browse files
authored
fix(presets): add the new toValue method in vue 3 (#241)
vuejs/core#7997
1 parent 6fa1ca3 commit 64d0f95

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)