Skip to content

Commit

Permalink
Update Index.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
Hub-yang committed May 10, 2023
1 parent 81de12a commit f8e0690
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/views/Day31_PasswordGenerator/Index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ const resPassword = ref<string>("")
const length = ref<number>(5)
const hasLower = ref<boolean>(true)
const hasUpper = ref<boolean>(true)
const hasNumber = ref<boolean>(true)
const hasSymbol = ref<boolean>(true)
const randomFunc: RandomFunc = {
lower: getRandomLower,
Expand Down

0 comments on commit f8e0690

Please sign in to comment.