mirror of
https://github.com/fugary/simple-element-plus-template.git
synced 2025-12-10 04:47:50 +00:00
form验证trigger问题
This commit is contained in:
@@ -14,8 +14,7 @@ const formOptions = [{
|
||||
{
|
||||
min: 2,
|
||||
max: 6,
|
||||
message: '用户名在2-6位之间',
|
||||
trigger: 'blur'
|
||||
message: '用户名在2-6位之间'
|
||||
}
|
||||
]
|
||||
}, {
|
||||
|
||||
Reference in New Issue
Block a user