Skip to content

Commit 0de33a2

Browse files
authored
docs: different from the original (#2632)
1 parent f2dfc58 commit 0de33a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/essentials/template-refs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ import Child from './Child.vue'
129129
const childRef = useTemplateRef('child')
130130
131131
onMounted(() => {
132-
// child.value は <Child /> のインスタンスを保持します。
132+
// childRef.value は <Child /> のインスタンスを保持します。
133133
})
134134
</script>
135135

0 commit comments

Comments
 (0)