Use v-model in vue forms is really common, but is there a better way? In this video I discuss how I grab form data a different way and how you may do to. Also I look at form validation.
- 0:00 Introduction
- 0:33 What this form does
- 01:30 How to add v-model the normal way
- 04:30 Form Submit Events How-To
- 06:23 Handling Data without a v-model
- 09:18 Handling Form Validation Without 3rd Party Plugins
- 11:37 Conclusion
#vue #javascript