]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
Revert "feat(reactivity): add effect to public api (#909)" (#961)
authorEvan You <yyx990803@gmail.com>
Mon, 13 Apr 2020 21:13:06 +0000 (17:13 -0400)
committerGitHub <noreply@github.com>
Mon, 13 Apr 2020 21:13:06 +0000 (17:13 -0400)
This reverts commit 6fba2418507d9c65891e8d14bd63736adb377556.

packages/runtime-core/src/index.ts

index 4cd04f4dbbfc3069c28ceef84bc0c0d0b1ab0b12..7e4ad2f70a141e938adf747d420cda64f591eeda 100644 (file)
@@ -2,7 +2,6 @@
 
 export const version = __VERSION__
 export {
-  effect,
   ref,
   unref,
   shallowRef,