Skip to content

Commit

Permalink
docs: fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
haoziqaq committed Sep 2, 2024
1 parent a96610e commit 348e1f7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/varlet-ui/src/form/example/locale/en-US.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ export default {
usernameMessage: 'The username cannot be empty',
password: 'Please input password',
passwordMessage: 'The password cannot be empty',
email: 'Please input email',
emailMessage: 'The email cannot be empty',
passwordMinLengthMessage: 'The password cannot be less than 8 characters',
department: 'Please select department',
departmentMessage: 'The select cannot be empty',
Expand Down

0 comments on commit 348e1f7

Please sign in to comment.