From 150563eced1e99551dabc05b517d2cdae48e1b0b Mon Sep 17 00:00:00 2001 From: Scott Leung Date: Sat, 31 Oct 2020 10:32:51 +0800 Subject: [PATCH] typo at Typing `refs` fix typo --- src/guide/typescript-support.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/guide/typescript-support.md b/src/guide/typescript-support.md index 07d817db75..9749e95584 100644 --- a/src/guide/typescript-support.md +++ b/src/guide/typescript-support.md @@ -194,7 +194,7 @@ const Component = defineComponent({ }) ``` -### Typing `ref`s +### Typing `refs` Refs infer the type from the initial value: