fix(reactivity): revert computed scheduler change

fix #4157
This commit is contained in:
Evan You
2021-07-20 16:20:38 -04:00
parent bc7f9767f5
commit 33c2fbfdc8
5 changed files with 10 additions and 304 deletions

View File

@@ -30,7 +30,6 @@ export {
} from './reactive'
export {
computed,
setComputedScheduler,
ComputedRef,
WritableComputedRef,
WritableComputedOptions,