[lint] linting

This commit is contained in:
les
2019-10-28 17:33:20 +01:00
parent bda72f1559
commit e467a28902
56 changed files with 373 additions and 306 deletions

View File

@@ -34,7 +34,7 @@ export default {
return {
password: '',
email: '',
loading: false,
loading: false
}
},
computed: {
@@ -61,7 +61,7 @@ export default {
Message({ message: this.$t('login.check_email'), type: 'success' })
},
async submit (e) {
if (this.disabled) return false
if (this.disabled) { return false }
e.preventDefault()
try {
this.loading = true
@@ -79,4 +79,4 @@ export default {
}
}
}
</script>
</script>