mirror of https://github.com/vuejs/core.git
feat(runtime-core/reactivity): expose shallowReactive (#711)
This commit is contained in:
parent
e6b0006b40
commit
21944c4a42
|
@ -6,6 +6,7 @@ export {
|
|||
isReactive,
|
||||
readonly,
|
||||
isReadonly,
|
||||
shallowReactive,
|
||||
toRaw,
|
||||
markReadonly,
|
||||
markNonReactive,
|
||||
|
|
Loading…
Reference in New Issue