docs(DatePicker): fix en-docs error (#12620)
This commit is contained in:
@@ -108,7 +108,7 @@ export default {
|
||||
option.text += ' Year';
|
||||
}
|
||||
if (type === 'month') {
|
||||
option.text += '月Month';
|
||||
option.text += 'Month';
|
||||
}
|
||||
return option;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user