We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bcc4e6 commit 441ed8aCopy full SHA for 441ed8a
1 file changed
src/components/Pages/Complaint.vue
@@ -143,8 +143,8 @@ export default {
143
}
144
},
145
resetForm () {
146
- this.$refs.form.reset(); // Reset field values to their initial model values
147
- this.$refs.form.resetValidation(); // Clear error messages
+ this.$refs.form.reset()
+ this.$refs.form.resetValidation()
148
149
createSuccessful () {
150
this.successMessage = true
0 commit comments