密码框增加小眼睛查看密码
This commit is contained in:
parent
661bd5c028
commit
53d757ce59
|
|
@ -19,6 +19,7 @@
|
|||
type="password"
|
||||
auto-complete="off"
|
||||
placeholder="密码"
|
||||
show-password
|
||||
@keyup.enter.native="handleLogin"
|
||||
>
|
||||
<svg-icon slot="prefix" icon-class="password" class="el-input__icon input-icon" />
|
||||
|
|
|
|||
Loading…
Reference in New Issue