Skip to content

Commit

Permalink
feat(runtime-core/reactivity): expose shallowReactive (#711)
Browse files Browse the repository at this point in the history
  • Loading branch information
jods4 authored Feb 10, 2020
1 parent e6b0006 commit 21944c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/runtime-core/src/apiReactivity.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export {
isReactive,
readonly,
isReadonly,
shallowReactive,
toRaw,
markReadonly,
markNonReactive,
Expand Down

0 comments on commit 21944c4

Please sign in to comment.