parent
b94cff06b5
commit
3f822695df
1 changed files with 8 additions and 1 deletions
@ -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…
Reference in new issue