Skip to content

Commit b4ca50c

Browse files
committed
📃docs: 完善9.1减少DOM操作的性能开销
1 parent 59ffd50 commit b4ca50c

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,11 @@ Vue设计与实现 霍春阳版 每章 每节 JS、TS 源码
5555
- [x] 8.3 正确地设置元素属性
5656
- [x] 8.4 class 的处理
5757
- [x] 8.5 卸载操作
58-
- [ ] 8.6 区分 vnode 的类型
58+
- [x] 8.6 区分 vnode 的类型
59+
- [x] 8.7 事件的处理
60+
- [x] 8.8 时间的冒泡与更新时机问题
61+
- [x] 8.9 更新子节点
62+
- [x] 8.10 文本节点和注释节点
63+
- [x] 8.11 Fragment
64+
## 第九章
65+
- [x] 9.1 减少 DOM 操作的性能开销

0 commit comments

Comments
 (0)