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

Commit d005ada

Browse files
authored
Merge pull request #110 from huzhengen/watch
fix: fix some links
2 parents 5dcf3a5 + 3c74670 commit d005ada

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/computed-watch-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ watch([fooRef, barRef], ([foo, bar], [prevFoo, prevBar]) => {
128128

129129
### 与 `watchEffect` 共享行为
130130

131-
`watch` 与 [`watchEffect`](#watcheffect) 在[手动停止](stopping-the-watcher),[副作用无效](side-effect-invalidation) (将 `onInvalidate` 作为第三个参数传递给回调),[flush timing](#effect-flush-timing) 和 [debugging](#watcher-debugging)
131+
`watch` 与 [`watchEffect`](#watcheffect) 在[手动停止](../guide/reactivity-computed-watchers.html#停止侦听),[副作用无效](../guide/reactivity-computed-watchers.html#清除副作用) (将 `onInvalidate` 作为第三个参数传递给回调),[flush timing](../guide/reactivity-computed-watchers.html#副作用刷新时机) 和 [debugging](../guide/reactivity-computed-watchers.html#侦听器调试) 有共享行为
132132

133133
**类型声明:**
134134

0 commit comments

Comments
 (0)