Add content for forms handling

pull/1657/head
Kamran Ahmed 2 years ago
parent b94cff06b5
commit 3f822695df
  1. 9
      content/roadmaps/105-vue/content/100-fundamental-topics/109-forms-handling.md

@ -1 +1,8 @@
# Forms handling # 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.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='blue' badgeText='Official Docs' href='https://vuejs.org/guide/essentials/forms.html'>Form Input Bindings</BadgeLink>
<BadgeLink colorScheme='red' badgeText='Watch' href='https://www.youtube.com/watch?v=T-AE-GtSlN4'>Vue JS 3 Tutorial - Form Handling</BadgeLink>
<BadgeLink colorScheme='red' badgeText='Watch' href='https://blog.logrocket.com/an-imperative-guide-to-forms-in-vue-js-2/'>A complete guide to forms in Vue.js</BadgeLink>

Loading…
Cancel
Save