From 2cc4d9d549086c0a1b7caf6d1ea3c6fd94d0e095 Mon Sep 17 00:00:00 2001 From: happylifetaka Date: Sat, 4 Oct 2025 21:24:46 +0900 Subject: [PATCH] fix componentization-3 --- .../ja/9.workspace/1.todo-list/8.componentization-3/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/ja/9.workspace/1.todo-list/8.componentization-3/index.md b/content/ja/9.workspace/1.todo-list/8.componentization-3/index.md index b44be929..d9e8fdaf 100644 --- a/content/ja/9.workspace/1.todo-list/8.componentization-3/index.md +++ b/content/ja/9.workspace/1.todo-list/8.componentization-3/index.md @@ -1,6 +1,6 @@ # 独自コンポーネントでの v-model -[コンポーネント化 パート1](componentization-1)で紹介したように、`v-model`はフォーム入力欄とVueのデータを自動で同期してくれる仕組みです。 +[双方向データバインディング](v-model)で紹介したように、`v-model`はフォーム入力欄とVueのデータを自動で同期してくれる仕組みです。 この`v-model`は、独自のコンポーネントでも同じように使うことができます。 ```vue