Skip to content

Commit 2cc4d9d

Browse files
committed
fix componentization-3
1 parent 4c2b5a0 commit 2cc4d9d

File tree

1 file changed

+1
-1
lines changed
  • content/ja/9.workspace/1.todo-list/8.componentization-3

1 file changed

+1
-1
lines changed

content/ja/9.workspace/1.todo-list/8.componentization-3/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 独自コンポーネントでの v-model
22

3-
[コンポーネント化 パート1](componentization-1)で紹介したように、`v-model`はフォーム入力欄とVueのデータを自動で同期してくれる仕組みです。
3+
[双方向データバインディング](v-model)で紹介したように、`v-model`はフォーム入力欄とVueのデータを自動で同期してくれる仕組みです。
44
この`v-model`は、独自のコンポーネントでも同じように使うことができます。
55

66
```vue

0 commit comments

Comments
 (0)