speed up login appearance

This commit is contained in:
Grzegorz Leoniec 2018-12-18 11:51:42 +01:00
parent 1173a28af6
commit ada0c34830
No known key found for this signature in database
GPG Key ID: 3AA43686D4EB1377

View File

@ -121,7 +121,7 @@ export default {
mounted() { mounted() {
setTimeout(() => { setTimeout(() => {
this.ready = true this.ready = true
}, 500) }, 50)
}, },
methods: { methods: {
async onSubmit() { async onSubmit() {