Skip to content

Commit 131bfc6

Browse files
committed
docs: update README.md
1 parent 2d34ca3 commit 131bfc6

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,16 @@
44

55
- 响应式系统
66
- [x] 副作用函数 effect
7-
- [x] 依赖收集 track, 依赖更新 trigger
87
- [x] reactive
98
- [x] ref
10-
- [x] computed
11-
- [x] watch
9+
- [x] computed 的实现原理
10+
- [x] watch 的实现原理
1211
- [x] 自动脱 ref
1312
- 编译器
14-
- [x] 模板解析器 parse
13+
- [x] 模板解析 parse
1514
- [x] 转化器 transform
16-
- [x] 代码生成器 codegen
17-
- [x] 编译
15+
- [x] 代码生成 codegen
16+
- [x] 编译 compile
1817
- Demo
1918
- [x] 计数器
2019

0 commit comments

Comments
 (0)