From: Evan You Date: Mon, 13 Apr 2020 21:13:06 +0000 (-0400) Subject: Revert "feat(reactivity): add effect to public api (#909)" (#961) X-Git-Tag: v3.0.0-alpha.13~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e9d2644127a17f770f325d1f1c88b12a34c8789;p=thirdparty%2Fvuejs%2Fcore.git Revert "feat(reactivity): add effect to public api (#909)" (#961) This reverts commit 6fba2418507d9c65891e8d14bd63736adb377556. --- diff --git a/packages/runtime-core/src/index.ts b/packages/runtime-core/src/index.ts index 4cd04f4dbb..7e4ad2f70a 100644 --- a/packages/runtime-core/src/index.ts +++ b/packages/runtime-core/src/index.ts @@ -2,7 +2,6 @@ export const version = __VERSION__ export { - effect, ref, unref, shallowRef,