Skip to content

Commit

Permalink
docs(DatePicker): fix en-docs error (youzan#12620)
Browse files Browse the repository at this point in the history
  • Loading branch information
wjw-gavin authored and CatsAndMice committed Apr 8, 2024
1 parent 1cbaa95 commit 3d6007a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vant/src/date-picker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export default {
option.text += ' Year';
}
if (type === 'month') {
option.text += '月Month';
option.text += 'Month';
}
return option;
};
Expand Down

0 comments on commit 3d6007a

Please sign in to comment.