Skip to content

Commit b3a53a2

Browse files
fix: fixed link to unwrapping; close #502
1 parent f558bf6 commit b3a53a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/composition-api-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ If `setup` returns an object, the properties on the object can be accessed in th
125125
</script>
126126
```
127127

128-
Note that [refs](../api/refs-api.html#ref) returned from `setup` are [automatically unwrapped](../api/refs-api.html#access-in-templates) when accessed in the template so you shouldn't use `.value` in templates.
128+
Note that [refs](../api/refs-api.html#ref) returned from `setup` are [automatically unwrapped](/guide/reactivity-fundamentals.html#ref-unwrapping) when accessed in the template so you shouldn't use `.value` in templates.
129129

130130
## Usage with Render Functions
131131

0 commit comments

Comments
 (0)