From ee1c0007d096ed3ef4bf8f4b97031e376e0e781f Mon Sep 17 00:00:00 2001 From: JimQing Date: Mon, 13 Jul 2020 21:13:46 +0800 Subject: [PATCH] add: loading changed --- src/App.vue | 15 +++++++++++-- src/components/Loading.vue | 43 +++++++++++++------------------------- 2 files changed, 28 insertions(+), 30 deletions(-) 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 @@ -