Skip to content

Commit bb52381

Browse files
committed
update README.md
1 parent 8ed9632 commit bb52381

File tree

2 files changed

+17
-447
lines changed

2 files changed

+17
-447
lines changed

README.md

Lines changed: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,23 @@
11
# Vue3 响应式系统和编译器初探
22

3-
响应式系统:
4-
5-
- [x] 副作用函数 effect
6-
- [x] 依赖收集 track, 依赖更新 trigger
7-
- [x] reactive
8-
- [x] ref
9-
- [x] computed
10-
- [x] watch
11-
- [ ] 自动脱 ref
12-
3+
## 目录
134

5+
- 响应式系统
6+
- [x] 副作用函数 effect
7+
- [x] 依赖收集 track, 依赖更新 trigger
8+
- [x] reactive
9+
- [x] ref
10+
- [x] computed
11+
- [x] watch
12+
- [ ] 自动脱 ref
13+
- 编译器
14+
- [x] 模板解析器 parse
15+
- [x] 转化器 transform
16+
- [x] 代码生成器 codegen
17+
- [x] 编译
18+
- Demo
19+
- [x] 计数器
20+
1421
## 参考
1522

1623
- 《Vue.js 设计与实现》by 霍春阳

0 commit comments

Comments
 (0)