We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4133ab commit e683697Copy full SHA for e683697
src/guide/essentials/template-refs.md
@@ -31,7 +31,7 @@ onMounted(() => {
31
</template>
32
```
33
34
-TypeScript を使用する場合、Vue の IDE サポートと `vue-tsc` は、一致する `ref` 属性が使用されている要素やコンポーネントに基づいて、`inputRef.value` の型を自動的に推論します。
+TypeScript を使用する場合、Vue の IDE サポートと `vue-tsc` は、一致する `ref` 属性が使用されている要素やコンポーネントに基づいて、`input.value` の型を自動的に推論します。
35
36
<details>
37
<summary>3.5 以前の使用方法</summary>
0 commit comments