From ee1d744b39289a514fdec69e8801fbb3ec72d52c Mon Sep 17 00:00:00 2001 From: Jiangmenghao Date: Mon, 14 Oct 2024 18:21:41 +0800 Subject: [PATCH] docs(essentials/template-refs): fix typo --- src/guide/essentials/template-refs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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