]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
feat(runtime-core/reactivity): expose shallowReactive (#711)
authorjods <jods4@users.noreply.github.com>
Mon, 10 Feb 2020 02:42:34 +0000 (03:42 +0100)
committerGitHub <noreply@github.com>
Mon, 10 Feb 2020 02:42:34 +0000 (21:42 -0500)
packages/runtime-core/src/apiReactivity.ts

index 026c3af677a4733d592b17f4e36755ef69554067..a6ae970f96498584e2c83b6e59d04ee49a5a8084 100644 (file)
@@ -6,6 +6,7 @@ export {
   isReactive,
   readonly,
   isReadonly,
+  shallowReactive,
   toRaw,
   markReadonly,
   markNonReactive,