1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-22 17:02:58 +02:00

Resources added for Forms in Vue (#2879)

This commit is contained in:
Archit Sharma
2022-11-07 08:13:48 +00:00
committed by GitHub
parent 8cb6de5994
commit e122a7d0bf

View File

@@ -1,3 +1,7 @@
# Forms
Apart from the built-in form-binding support, there are several options available that allow for handling forms and data in much convenient manner.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='blue' badgeText='Official Docs' href='https://vuejs.org/guide/essentials/forms.html'>Form Input Bindings</BadgeLink>
<BadgeLink badgeText='Watch' href='https://vueschool.io/lessons/user-inputs-vue-devtools-in-vue-3?friend=vuejs'>User Inputs in Vue 3</BadgeLink>