Toggle show/hide password (#3865)

* Toggle show/hide password

* hoverでアンダーラインが中途半端に出てダサいので出さないように

* Update signin.vue
This commit is contained in:
MeiMei
2019-01-10 10:22:45 +09:00
committed by syuilo
parent af61a7a17f
commit f6a8c8cf76
3 changed files with 32 additions and 1 deletions

View File

@ -6,7 +6,7 @@
<span slot="prefix">@</span>
<span slot="suffix">@{{ host }}</span>
</ui-input>
<ui-input v-model="password" type="password" required styl="fill">
<ui-input v-model="password" type="password" :with-password-toggle="true" required styl="fill">
<span>{{ $t('password') }}</span>
<span slot="prefix"><fa icon="lock"/></span>
</ui-input>