diff --git a/src/App.vue b/src/App.vue index 0d87cc5..3b26873 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,5 +1,7 @@ @@ -20,11 +22,20 @@ export default { mounted() { setTimeout(() => { this.loading = false - }, 200) + }, 280); } } diff --git a/src/components/Loading.vue b/src/components/Loading.vue index c49bf0b..2d29d34 100644 --- a/src/components/Loading.vue +++ b/src/components/Loading.vue @@ -1,8 +1,8 @@ @@ -10,7 +10,13 @@ -