From 7f6459e5b411763f64dc63dfbad7b915dd015110 Mon Sep 17 00:00:00 2001 From: JimQing Date: Mon, 13 Jul 2020 23:35:46 +0800 Subject: [PATCH] fix: loading time --- src/App.vue | 2 +- src/components/Loading.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App.vue b/src/App.vue index 3b26873..a830207 100644 --- a/src/App.vue +++ b/src/App.vue @@ -22,7 +22,7 @@ export default { mounted() { setTimeout(() => { this.loading = false - }, 280); + }, 100); } } diff --git a/src/components/Loading.vue b/src/components/Loading.vue index 2d29d34..0ed781e 100644 --- a/src/components/Loading.vue +++ b/src/components/Loading.vue @@ -2,7 +2,7 @@
-
致力于让MD编辑更简单
+
致力于让MarkDown编辑更简单