Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 1e7d039

Browse files
authored
Merge pull request vue3-club#5 from yoonasy/master-fix
fix statement
2 parents 117d741 + 892d931 commit 1e7d039

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎docs/global/nextTick.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ const run = (effect: ReactiveEffect) => {
185185

186186
### 为什么要nextTick
187187

188-
一个例子让大家明白,如果没有 `nextTick` 更新机制,那么 `num` 每次更新值都会触发视图更新,有了`nextTick`机制,只需要更新一次,所有....为什么要相信大家心里已经有答案了
188+
一个例子让大家明白,如果没有 `nextTick` 更新机制,那么 `num` 每次更新值都会触发视图更新,有了`nextTick`机制,只需要更新一次,所以为什么有`nextTick`存在,相信大家心里已经有答案了。
189189

190190
```js
191191
{{num}}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /