Skip to content

Commit

Permalink
docs(essentials/template-refs): fix typo (#2372)
Browse files Browse the repository at this point in the history
  • Loading branch information
jay-es authored Oct 16, 2024
1 parent 4c09cf3 commit b9eee70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/guide/essentials/template-refs.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ onMounted(() => {
</template>
```

TypeScript を使用する場合、Vue の IDE サポートと `vue-tsc` は、一致する `ref` 属性が使用されている要素やコンポーネントに基づいて、`inputRef.value` の型を自動的に推論します。
TypeScript を使用する場合、Vue の IDE サポートと `vue-tsc` は、一致する `ref` 属性が使用されている要素やコンポーネントに基づいて、`input.value` の型を自動的に推論します。

<details>
<summary>3.5 以前の使用方法</summary>
Expand Down

0 comments on commit b9eee70

Please sign in to comment.