mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
Merge pull request #5094 from Serifx/hotfix/search-prop-value
fix(search): add 'value' prop definition
This commit is contained in:
commit
124c208646
@ -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