chore(Field): split validate method
This commit is contained in:
+1
-1
@@ -8,7 +8,7 @@ export const FieldMixin = {
|
||||
watch: {
|
||||
value() {
|
||||
if (this.vanField) {
|
||||
this.vanField.resetValidate();
|
||||
this.vanField.resetValidation();
|
||||
}
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user