Added note to login appear fix

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

View File

@ -120,6 +120,8 @@ export default {
},
mounted() {
setTimeout(() => {
// NOTE: quick fix for jumping flexbox implementation
// will be fixed in a future update of the styleguide
this.ready = true
}, 50)
},