From e90b4f5cfff1d11591a229c22cd343c9f0a9816f Mon Sep 17 00:00:00 2001 From: Hideaki Matsunami Date: Thu, 17 Jun 2021 11:15:32 +0900 Subject: [PATCH] =?UTF-8?q?guide/typescript-support.md=E3=81=AEtypo?= =?UTF-8?q?=E3=82=92=E4=BF=AE=E6=AD=A3=EF=BC=88=E8=82=A9=E2=86=92=E5=9E=8B?= =?UTF-8?q?=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 bea5e2a6..879468ff 100644 --- a/src/guide/typescript-support.md +++ b/src/guide/typescript-support.md @@ -345,7 +345,7 @@ const Component = defineComponent({ ### `ref` を型定義する -Ref は初期値から肩を推論します: +Ref は初期値から型を推論します: ```ts import { defineComponent, ref } from 'vue'