From e648ed6b59c81fe98c054665bfe4de695bc35f62 Mon Sep 17 00:00:00 2001 From: BTMuli Date: Thu, 25 May 2023 22:23:28 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20=E8=BF=99=E4=B8=AA=E6=90=9E?= =?UTF-8?q?=E9=94=99=E4=BA=86=E8=8D=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/main/t-loading.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/main/t-loading.vue b/src/components/main/t-loading.vue index 655727e5..0b4afebc 100644 --- a/src/components/main/t-loading.vue +++ b/src/components/main/t-loading.vue @@ -54,7 +54,7 @@ watch( (v) => { if (v) { showOut.value = true; - showIn.value = false; + showIn.value = true; } else { setTimeout(() => { showIn.value = false;