Fix style

This commit is contained in:
Acid Chicken (硫酸鶏) 2019-01-10 19:23:22 +09:00 committed by GitHub
parent 84bf2c830b
commit 4de390eeba

View file

@ -190,7 +190,7 @@ export default Vue.extend({
this.$refs.input.focus();
},
togglePassword() {
if(this.type == 'password') {
if (this.type == 'password') {
this.type = 'text'
} else {
this.type = 'password'