feat(Form): add show-error-message prop (#5927)

This commit is contained in:
neverland
2020-03-27 15:26:16 +08:00
committed by GitHub
parent 8dd5d9aead
commit 529457cbb6
5 changed files with 36 additions and 1 deletions
+4
View File
@@ -15,6 +15,10 @@ export default createComponent({
type: String,
default: 'onBlur',
},
showErrorMessage: {
type: Boolean,
default: true,
},
},
provide() {