feat(Form): add validate-trigger prop

This commit is contained in:
陈嘉涵
2020-02-19 17:25:30 +08:00
parent 7154afb36f
commit c08db724a3
6 changed files with 89 additions and 9 deletions

View File

@@ -10,6 +10,10 @@ export default createComponent({
inputAlign: String,
validateFirst: Boolean,
errorMessageAlign: String,
validateTrigger: {
type: String,
default: 'onBlur',
},
},
provide() {