wip: state -> reactive, value -> ref

This commit is contained in:
Evan You
2019-08-16 09:42:46 -04:00
parent 09141b56fd
commit caba6d5c9e
17 changed files with 398 additions and 400 deletions

View File

@@ -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 {