feat(reactivity): new effectScope API (#2195)
This commit is contained in:
@@ -17,7 +17,7 @@ import {
|
||||
NOOP,
|
||||
isPromise
|
||||
} from '@vue/shared'
|
||||
import { computed } from './apiComputed'
|
||||
import { computed } from '@vue/reactivity'
|
||||
import {
|
||||
watch,
|
||||
WatchOptions,
|
||||
|
||||
Reference in New Issue
Block a user