docs(DatePicker): fix en-docs error (#12620)

This commit is contained in:
Gavin
2024-02-04 22:45:30 +08:00
committed by GitHub
parent 034a3ae31f
commit 989a90a329
+1 -1
View File
@@ -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;
}; };