We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c2b5a0 commit 2cc4d9dCopy full SHA for 2cc4d9d
content/ja/9.workspace/1.todo-list/8.componentization-3/index.md
@@ -1,6 +1,6 @@
1
# 独自コンポーネントでの v-model
2
3
-[コンポーネント化 パート1](componentization-1)で紹介したように、`v-model`はフォーム入力欄とVueのデータを自動で同期してくれる仕組みです。
+[双方向データバインディング](v-model)で紹介したように、`v-model`はフォーム入力欄とVueのデータを自動で同期してくれる仕組みです。
4
この`v-model`は、独自のコンポーネントでも同じように使うことができます。
5
6
```vue
0 commit comments