Skip to content

Commit 6abcf91

Browse files
Update src/guide/reactivity-computed-watchers.md
Co-authored-by: Natalia Tepluhina <tarya.se@gmail.com>
1 parent 7ec6c80 commit 6abcf91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/reactivity-computed-watchers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ watch(
227227
numbers.push(5) // logs: [1,2,3,4,5] [1,2,3,4]
228228
```
229229

230-
For deeply nested object and arrays, a deep copy of values may be required. This can be achieved with a utility such as `lodash.cloneDeep`
230+
For deeply nested object and arrays, a deep copy of values may be required. This can be achieved with a utility such as [lodash.cloneDeep](https://lodash.com/docs/4.17.15#cloneDeep)
231231

232232
### Shared Behavior with `watchEffect`
233233

0 commit comments

Comments
 (0)