Skip to content

Commit 21944c4

Browse files
authored
feat(runtime-core/reactivity): expose shallowReactive (#711)
1 parent e6b0006 commit 21944c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/runtime-core/src/apiReactivity.ts

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ export {
66
isReactive,
77
readonly,
88
isReadonly,
9+
shallowReactive,
910
toRaw,
1011
markReadonly,
1112
markNonReactive,

0 commit comments

Comments
 (0)