minor
This commit is contained in:
@@ -25,7 +25,7 @@ v-container.pa-0.pa-md-3
|
|||||||
|
|
||||||
v-card-actions
|
v-card-actions
|
||||||
v-spacer
|
v-spacer
|
||||||
v-btn(@click='register'
|
v-btn(@click='register' outlined
|
||||||
:disabled='!valid || loading' :loading='loading'
|
:disabled='!valid || loading' :loading='loading'
|
||||||
color='primary') {{$t('common.send')}}
|
color='primary') {{$t('common.send')}}
|
||||||
v-icon(v-text='mdiChevronRight')
|
v-icon(v-text='mdiChevronRight')
|
||||||
@@ -53,10 +53,6 @@ export default {
|
|||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
...mapState(['settings'])
|
...mapState(['settings'])
|
||||||
// disabled () {
|
|
||||||
// if (process.server) { return false }
|
|
||||||
// return !this.user.password || !this.user.email || !this.user.description
|
|
||||||
// }
|
|
||||||
},
|
},
|
||||||
mounted () {
|
mounted () {
|
||||||
this.$refs.email.focus()
|
this.$refs.email.focus()
|
||||||
|
|||||||
Reference in New Issue
Block a user