Skip to content

Commit 6ce9d67

Browse files
committed
update README.md
1 parent e80ae07 commit 6ce9d67

File tree

2 files changed

+19
-11
lines changed

2 files changed

+19
-11
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# Welcome to [Slidev](https://github.com/slidevjs/slidev)!
1+
# Vue3 响应式系统和编译器初探
22

3-
To start the slide show:
3+
响应式系统:
44

5-
- `npm install`
6-
- `npm run dev`
7-
- visit http://localhost:3030
8-
9-
Edit the [slides.md](./slides.md) to see the changes.
10-
11-
Learn more about Slidev on [documentations](https://sli.dev/).
5+
- [x] 副作用函数 effect
6+
- [x] 依赖收集 track, 依赖更新 trigger
7+
- [x] reactive
8+
- [x] ref
9+
- [x] computed
10+
- [x] watch
11+
- [ ] 自动脱 ref

slides.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,13 @@ mdc: true
1212

1313
# Vue3 响应式系统和编译器初探
1414

15-
<div class="pt-12">
15+
by 夏影
16+
17+
<!-- <div class="pt-12">
1618
<span @click="$slidev.nav.next" class="px-2 py-1 rounded cursor-pointer" hover="bg-white bg-opacity-10">
1719
Press Space for next page <carbon:arrow-right class="inline"/>
1820
</span>
19-
</div>
21+
</div> -->
2022

2123
<!--
2224
The last comment block of each slide will be treated as slide notes. It will be visible and editable in Presenter Mode along with the slide. [Read more in the docs](https://sli.dev/guide/syntax.html#notes)
@@ -1909,6 +1911,12 @@ createApp({
19091911

19101912
</div>
19111913

1914+
---
1915+
layout: center
1916+
---
1917+
1918+
# 感谢观看
1919+
19121920
---
19131921

19141922
## 参考

0 commit comments

Comments
 (0)