feat(Form): add show-error prop (#5941)

This commit is contained in:
neverland
2020-03-29 15:28:35 +08:00
committed by GitHub
parent 7b2e6acd33
commit 6ce940d0db
5 changed files with 39 additions and 1 deletions
+4
View File
@@ -15,6 +15,10 @@ export default createComponent({
type: String,
default: 'onBlur',
},
showError: {
type: Boolean,
default: true,
},
showErrorMessage: {
type: Boolean,
default: true,