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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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