mirror of
https://github.com/youzan/vant.git
synced 2025-10-18 17:51:54 +00:00
dialog fix
This commit is contained in:
@@ -56,12 +56,7 @@ export default {
|
||||
},
|
||||
message: {
|
||||
type: String,
|
||||
default: '',
|
||||
validator(value) {
|
||||
if (this.type === 'success' || this.type === 'fail') {
|
||||
return value.length <= 16;
|
||||
}
|
||||
}
|
||||
default: ''
|
||||
},
|
||||
forbidClick: {
|
||||
type: Boolean,
|
||||
|
Reference in New Issue
Block a user