Skip to content

Commit 017ce15

Browse files
authored
docs(essentials/template-refs): fix typo (#3065)
1 parent a62b914 commit 017ce15

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
@@ -31,7 +31,7 @@ onMounted(() => {
3131
</template>
3232
```
3333

34-
When using TypeScript, Vue's IDE support and `vue-tsc` will automatically infer the type of `inputRef.value` based on what element or component the matching `ref` attribute is used on.
34+
When using TypeScript, Vue's IDE support and `vue-tsc` will automatically infer the type of `input.value` based on what element or component the matching `ref` attribute is used on.
3535

3636
<details>
3737
<summary>Usage before 3.5</summary>

0 commit comments

Comments
 (0)