feat(Form): add show-error-message prop (#5927)
This commit is contained in:
@@ -15,6 +15,10 @@ export default createComponent({
|
||||
type: String,
|
||||
default: 'onBlur',
|
||||
},
|
||||
showErrorMessage: {
|
||||
type: Boolean,
|
||||
default: true,
|
||||
},
|
||||
},
|
||||
|
||||
provide() {
|
||||
|
||||
Reference in New Issue
Block a user