chore(Field): split validate method

This commit is contained in:
陈嘉涵
2020-02-12 17:05:23 +08:00
parent dd11f17693
commit f204a9871a
3 changed files with 57 additions and 49 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ export const FieldMixin = {
watch: {
value() {
if (this.vanField) {
this.vanField.resetValidate();
this.vanField.resetValidation();
}
},
},