Fix style
This commit is contained in:
parent
1f52aea193
commit
2f10ff1a2e
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@ export default Vue.extend({
|
||||||
this.$refs.input.focus();
|
this.$refs.input.focus();
|
||||||
},
|
},
|
||||||
togglePassword() {
|
togglePassword() {
|
||||||
if(this.type == 'password') {
|
if (this.type == 'password') {
|
||||||
this.type = 'text'
|
this.type = 'text'
|
||||||
} else {
|
} else {
|
||||||
this.type = 'password'
|
this.type = 'password'
|
||||||
|
|
Loading…
Reference in a new issue