wip: state -> reactive, value -> ref
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { OperationTypes } from './operations'
|
||||
import { Dep, targetMap } from './state'
|
||||
import { Dep, targetMap } from './reactive'
|
||||
import { EMPTY_OBJ } from '@vue/shared'
|
||||
|
||||
export interface ReactiveEffect {
|
||||
|
||||
Reference in New Issue
Block a user