feat(runtime-core/reactivity): expose shallowReactive (#711)

This commit is contained in:
jods
2020-02-10 03:42:34 +01:00
committed by GitHub
parent e6b0006b40
commit 21944c4a42

View File

@@ -6,6 +6,7 @@ export {
isReactive,
readonly,
isReadonly,
shallowReactive,
toRaw,
markReadonly,
markNonReactive,