fix(form-item): return resetField & clearValidate methods (#1663)

This commit is contained in:
inottn 2021-03-19 09:23:14 +08:00 committed by GitHub
parent 8238fa8593
commit e45da7bddb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -378,6 +378,8 @@ export default defineComponent({
contentStyle, contentStyle,
validateMessage, validateMessage,
labelFor, labelFor,
resetField,
clearValidate,
} }
}, },
}) })