mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-23 18:00:27 +08:00
docs(DatePicker): fix en-docs error (#12620)
This commit is contained in:
parent
034a3ae31f
commit
989a90a329
@ -108,7 +108,7 @@ export default {
|
|||||||
option.text += ' Year';
|
option.text += ' Year';
|
||||||
}
|
}
|
||||||
if (type === 'month') {
|
if (type === 'month') {
|
||||||
option.text += '月Month';
|
option.text += 'Month';
|
||||||
}
|
}
|
||||||
return option;
|
return option;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user