Skip to content

Commit 9dc8dd1

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

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
@@ -221,7 +221,7 @@ watch(
221221
numbers.push(5) // logs: [1,2,3,4,5] [1,2,3,4]
222222
```
223223

224-
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`
224+
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)
225225

226226
### Shared Behavior with `watchEffect`
227227

0 commit comments

Comments
 (0)