mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
fix(search): add 'value' prop definition
This commit is contained in:
parent
3c3978df3e
commit
697746fb47
@ -7,6 +7,10 @@ VantComponent({
|
||||
classes: ['field-class', 'input-class', 'cancel-class'],
|
||||
|
||||
props: {
|
||||
value: {
|
||||
type: String,
|
||||
value: '',
|
||||
},
|
||||
label: String,
|
||||
focus: Boolean,
|
||||
error: Boolean,
|
||||
|
Loading…
x
Reference in New Issue
Block a user