Skip to content

Commit 57344df

Browse files
author
Eduard Aksamitov
authored
fix: watchEffect api links (vuejs#443)
1 parent 8fcd62d commit 57344df

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
@@ -127,7 +127,7 @@ watch([fooRef, barRef], ([foo, bar], [prevFoo, prevBar]) => {
127127

128128
### Shared Behavior with `watchEffect`
129129

130-
`watch` shares behavior with [`watchEffect`](#watcheffect) in terms of [manual stoppage](#stopping-the-watcher), [side effect invalidation](#side-effect-invalidation) (with `onInvalidate` passed to the callback as the 3rd argument instead), [flush timing](#effect-flush-timing) and [debugging](#watcher-debugging).
130+
`watch` shares behavior with [`watchEffect`](#watcheffect) in terms of [manual stoppage](../guide/reactivity-computed-watchers.html#stopping-the-watcher), [side effect invalidation](../guide/reactivity-computed-watchers.html#side-effect-invalidation) (with `onInvalidate` passed to the callback as the 3rd argument instead), [flush timing](../guide/reactivity-computed-watchers.html#effect-flush-timing) and [debugging](../guide/reactivity-computed-watchers.html#watcher-debugging).
131131

132132
**Typing:**
133133

0 commit comments

Comments
 (0)