Skip to content

Commit 5bc4f7c

Browse files
fix: fixed link to template refs
1 parent 9be6368 commit 5bc4f7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/component-template-refs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ When `ref` is used together with `v-for`, the ref you get will be an array conta
4444
`$refs` are only populated after the component has been rendered. It is only meant as an escape hatch for direct child manipulation - you should avoid accessing `$refs` from within templates or computed properties.
4545
:::
4646

47-
**See also**: [Using template refs in Composition API](../api/composition-api.html#template-refs)
47+
**See also**: [Using template refs in Composition API](/guide/composition-api-template-refs.html#template-refs)

0 commit comments

Comments
 (0)