Skip to content

Commit

Permalink
fix some issue and update vue vite element-plus version
Browse files Browse the repository at this point in the history
  • Loading branch information
邝华 committed Oct 9, 2021
1 parent fa07ced commit 507c7a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/login/Login.vue
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ let loginReq = () => {
* password show or hidden
* */
let passwordType = ref('password')
const refPassword=ref(null)
const refPassword = ref(null)
let showPwd = () => {
if (passwordType.value === 'password') {
passwordType.value = ''
Expand Down

0 comments on commit 507c7a3

Please sign in to comment.