From d0f934f5e0b61b3c27fd8ada3dc95eaa93a4edd2 Mon Sep 17 00:00:00 2001 From: harapeko Date: Sat, 13 Feb 2021 04:43:11 +0900 Subject: [PATCH] =?UTF-8?q?update=20=E3=83=86=E3=83=B3=E3=83=97=E3=83=AC?= =?UTF-8?q?=E3=83=BC=E3=83=88=E5=8F=82=E7=85=A7=E3=81=AE=E7=BF=BB=E8=A8=B3?= =?UTF-8?q?=E6=94=B9=E5=96=84=E3=81=97=E3=81=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/guide/composition-api-template-refs.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/guide/composition-api-template-refs.md b/src/guide/composition-api-template-refs.md index 9c624479..30c7180a 100644 --- a/src/guide/composition-api-template-refs.md +++ b/src/guide/composition-api-template-refs.md @@ -5,7 +5,7 @@ > このガイドはすでに [コンポジション API 導入](composition-api-introduction.html) を読んでいることを前提に書かれています。もしまだ読んでいないのなら、先に読みましょう。 コンポジション API を使うとき、 [リアクティブ参照](reactivity-fundamentals.html#creating-standalone-reactive-values-as-refs) と [テンプレート参照](component-template-refs.html) のコンセプトは同じになります。 -テンプレート内の要素やコンポーネントインスタンスの参照を取得するために、 ref 変数を定義して [setup()](composition-api-setup.html) で返します。 +テンプレート内の要素やコンポーネントインスタンスの参照を取得するために、 ref 宣言して [setup()](composition-api-setup.html) で返します。 ```html