refactor: adjust reactivity structure

This commit is contained in:
Evan You
2019-06-12 00:03:50 +08:00
parent 471899af8b
commit bfe6987323
4 changed files with 164 additions and 168 deletions

View File

@@ -1,5 +1,4 @@
import { value } from '../src/value'
import { effect, state } from '../src/index'
import { value, effect, state } from '../src/index'
describe('observer/value', () => {
it('should hold a value', () => {