Skip to content
This repository has been archived by the owner on Aug 8, 2022. It is now read-only.

Commit

Permalink
fix: update 效果冲刷时间
Browse files Browse the repository at this point in the history
  • Loading branch information
ajycc20 authored and veaba committed Sep 14, 2020
1 parent 2231a68 commit 33949c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/guide/reactivity-computed-watchers.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,4 +223,4 @@ watch([fooRef, barRef], ([foo, bar], [prevFoo, prevBar]) => {

### 使用 `watchEffect` 共享行为

`watch`[`watchEffect`](#watcheffect) 共享 [阻止侦听器](#阻止侦听器)[副作用失效](#副作用失效) (改造将 `onInvalidate` 作为第三个参数传递给回调)、[效果冲洗时间](#效果冲洗时间)[侦听器调试](#侦听器调试) 行为。
`watch`[`watchEffect`](#watcheffect) 共享 [阻止侦听器](#阻止侦听器)[副作用失效](#副作用失效) (改造将 `onInvalidate` 作为第三个参数传递给回调)、[效果冲刷时间](#效果冲刷时间)[侦听器调试](#侦听器调试) 行为。

0 comments on commit 33949c4

Please sign in to comment.