You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/guide/component-template-refs.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,4 +44,4 @@ When `ref` is used together with `v-for`, the ref you get will be an array conta
44
44
`$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.
45
45
:::
46
46
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