]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
fix: remove effect from public API
authorEvan You <yyx990803@gmail.com>
Mon, 10 Feb 2020 02:43:54 +0000 (21:43 -0500)
committerEvan You <yyx990803@gmail.com>
Mon, 10 Feb 2020 02:43:54 +0000 (21:43 -0500)
close #712

packages/runtime-core/src/apiReactivity.ts

index a6ae970f96498584e2c83b6e59d04ee49a5a8084..502ea36521b1ba8142ae4019f17f51f3b5bd15b5 100644 (file)
@@ -10,7 +10,6 @@ export {
   toRaw,
   markReadonly,
   markNonReactive,
-  effect,
   // types
   ReactiveEffect,
   ReactiveEffectOptions,