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

@@ -2,10 +2,6 @@ import { ErrorCodes, callWithErrorHandling } from './errorHandling'
import { isArray } from '@vue/shared'
import { ComponentInternalInstance, getComponentName } from './component'
import { warn } from './warning'
import { setComputedScheduler } from '@vue/reactivity'
// set scheduler for computed
setComputedScheduler(queueJob)
export interface SchedulerJob extends Function {
id?: number