fix: 'args' is declared but its value is never read.
All checks were successful
/ surge (push) Successful in 34s
All checks were successful
/ surge (push) Successful in 34s
This commit is contained in:
@ -51,7 +51,7 @@ onMounted(() => {
|
||||
validation-visibility="live"
|
||||
validation="validateGroup"
|
||||
:validation-messages="{
|
||||
validateGroup: ({ name, args }) => {
|
||||
validateGroup: ({ name/* , args */ }) => {
|
||||
return `字段 ${name} 必须包含 '测试' 字符串。`
|
||||
},
|
||||
}"
|
||||
|
Reference in New Issue
Block a user