mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +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';
|
||||
}
|
||||
if (type === 'month') {
|
||||
option.text += '月Month';
|
||||
option.text += 'Month';
|
||||
}
|
||||
return option;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user