fix(search): add 'value' prop definition

This commit is contained in:
Serifx 2022-11-11 17:58:42 +08:00
parent 3c3978df3e
commit 697746fb47

View File

@ -7,6 +7,10 @@ VantComponent({
classes: ['field-class', 'input-class', 'cancel-class'],
props: {
value: {
type: String,
value: '',
},
label: String,
focus: Boolean,
error: Boolean,