Skip to content

Commit 5e4555e

Browse files
committed
fix: fix typo
1 parent 2b0d77f commit 5e4555e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

slides.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2366,7 +2366,7 @@ createApp({
23662366

23672367
## 手写 render 函数
23682368

2369-
我们知道,在 Vue.js 中,可以手写 `render` 渲染函数,接下里我们也来支持下
2369+
我们知道,在 Vue.js 中,可以手写 `render` 渲染函数,我们也来支持下
23702370

23712371
```js
23722372
// demo: 24-render-function-options.html

0 commit comments

Comments
 (0)