mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
fix field
This commit is contained in:
parent
66812afc13
commit
4e4091835f
@ -73,6 +73,7 @@ export default {
|
||||
default: false,
|
||||
validator(value) {
|
||||
if (value && this.type !== 'textarea') return false;
|
||||
return true;
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user