fix: ensure v$ is present
This commit is contained in:
@@ -121,7 +121,7 @@ export default {
|
||||
},
|
||||
resetValidation() {
|
||||
this.errors = {};
|
||||
this.v$?.$reset();
|
||||
this.v$?.$reset?.();
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user