Skip to content

Commit

Permalink
fix(date-picker): 修复中文包字段错误 (#2628)
Browse files Browse the repository at this point in the history
  • Loading branch information
eiinu authored Oct 30, 2023
1 parent f0dc9a9 commit 1d3da4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/packages/__VUE/datepicker/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const zhCNType: {
year: translate('year'),
month: translate('month'),
hour: translate('hour'),
minute: translate('minute'),
minute: translate('min'),
seconds: translate('seconds')
};
export default create({
Expand Down

0 comments on commit 1d3da4d

Please sign in to comment.