Skip to content

Commit

Permalink
fix: email validation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
greenhat616 committed Aug 29, 2023
1 parent 4c97e36 commit e6d58cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/auth/login.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const doValidate = debounce(() => {
isTips.value = true
return
}
tips.value = ''
tips.value = '占位符'
isTips.value = false
}, 50)
Expand Down

0 comments on commit e6d58cf

Please sign in to comment.