Skip to content

Commit 9fb324f

Browse files
committed
fixed password input bug
1 parent 22ac165 commit 9fb324f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/views/login/index.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
<svg-icon icon-class="password" />
2828
</span>
2929
<el-input
30+
:key="passwordType"
3031
v-model="loginForm.password"
3132
:type="passwordType"
3233
:placeholder="$t('login.password')"

0 commit comments

Comments
 (0)