diff --git a/src/guide/essentials/template-refs.md b/src/guide/essentials/template-refs.md index 6932cc75e3..f57f82c005 100644 --- a/src/guide/essentials/template-refs.md +++ b/src/guide/essentials/template-refs.md @@ -31,7 +31,7 @@ onMounted(() => { ``` -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. +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.
Usage before 3.5