Skip to content

Instantly share code, notes, and snippets.

@Kelin2025
Created August 14, 2017 14:17
Show Gist options
  • Save Kelin2025/bbb2c1a40faeb5e5c1921ae569267825 to your computer and use it in GitHub Desktop.
Save Kelin2025/bbb2c1a40faeb5e5c1921ae569267825 to your computer and use it in GitHub Desktop.
Vuelidate-forms methods
this.$form('test').reset() // Reset previous state for form
this.$form('test').validate() // Call $touch() + return !$invalid
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment