Skip to content

Commit 3b74608

Browse files
authored
Update reactivity-fundamentals.md (vuejs#2046)
Fixed the nesting of "Ref Unwrapping in Arrays and Collections", it was depth 4, should be depth 3
1 parent 73661d8 commit 3b74608

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/essentials/reactivity-fundamentals.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@ console.log(count.value) // 1
514514

515515
Ref unwrapping only happens when nested inside a deep reactive object. It does not apply when it is accessed as a property of a [shallow reactive object](/api/reactivity-advanced.html#shallowreactive).
516516

517-
#### Ref Unwrapping in Arrays and Collections
517+
### Ref Unwrapping in Arrays and Collections
518518

519519
Unlike reactive objects, there is no unwrapping performed when the ref is accessed as an element of a reactive array or a native collection type like `Map`:
520520

0 commit comments

Comments
 (0)