diff --git a/content/roadmaps/105-vue/content/100-fundamental-topics/109-forms-handling.md b/content/roadmaps/105-vue/content/100-fundamental-topics/109-forms-handling.md index d0d759da2..259e8ec3b 100644 --- a/content/roadmaps/105-vue/content/100-fundamental-topics/109-forms-handling.md +++ b/content/roadmaps/105-vue/content/100-fundamental-topics/109-forms-handling.md @@ -1 +1,8 @@ -# Forms handling \ No newline at end of file +# Forms Handling + +You can use the `v-model` directive to create two-way data bindings on form input elements. It automatically picks the correct way to update the element based on the input type. + +Free Content +Form Input Bindings +Vue JS 3 Tutorial - Form Handling +A complete guide to forms in Vue.js