Revert "feat(reactivity): add effect to public api (#909)" (#961)

This reverts commit 6fba241850.
This commit is contained in:
Evan You
2020-04-13 17:13:06 -04:00
committed by GitHub
parent a35e2970b2
commit 9e9d264412

View File

@@ -2,7 +2,6 @@
export const version = __VERSION__
export {
effect,
ref,
unref,
shallowRef,