[Vuejs]-How to handle two input fields with one method in Vue.js?

0👍

you can use custom input component with validate or use the third party validate components,see Custom Vue Material md-Input how to get isDirty or isTouched

👤jacky

Leave a comment