fix: ensure v$ is present

This commit is contained in:
Shivam Mishra
2024-07-25 16:35:42 +05:30
parent 2f46f337f0
commit 63f8a49107
@@ -121,7 +121,7 @@ export default {
},
resetValidation() {
this.errors = {};
this.v$?.$reset();
this.v$?.$reset?.();
},
},
};