mirror of
https://github.com/youzan/vant.git
synced 2025-10-19 18:14:13 +00:00
fix field
This commit is contained in:
@@ -73,6 +73,7 @@ export default {
|
||||
default: false,
|
||||
validator(value) {
|
||||
if (value && this.type !== 'textarea') return false;
|
||||
return true;
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user