mirror of
https://github.com/youzan/vant.git
synced 2025-10-22 20:04:09 +00:00
feat(Form): add validate-trigger prop
This commit is contained in:
@@ -10,6 +10,10 @@ export default createComponent({
|
||||
inputAlign: String,
|
||||
validateFirst: Boolean,
|
||||
errorMessageAlign: String,
|
||||
validateTrigger: {
|
||||
type: String,
|
||||
default: 'onBlur',
|
||||
},
|
||||
},
|
||||
|
||||
provide() {
|
||||
|
Reference in New Issue
Block a user