From 5a14b90b6799eca4ffab5fccaf01cc801a54e340 Mon Sep 17 00:00:00 2001 From: BTMuli Date: Fri, 26 May 2023 11:39:06 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20=E4=BF=AE=E5=A4=8D=E9=A6=96?= =?UTF-8?q?=E9=A1=B5=E5=8D=A1=E7=B4=A0=E6=9D=90=E6=97=A5=E5=8E=86=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/main/t-loading.vue | 4 ++-- src/components/overlay/to-calendar.vue | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/main/t-loading.vue b/src/components/main/t-loading.vue index 52211354..484fe644 100644 --- a/src/components/main/t-loading.vue +++ b/src/components/main/t-loading.vue @@ -35,10 +35,10 @@ interface LoadingProps { empty?: boolean; } -const show = ref(false); +const show = ref(true); const props = withDefaults(defineProps(), { - modelValue: false, + modelValue: true, title: "加载中", subtitle: "", content: "", diff --git a/src/components/overlay/to-calendar.vue b/src/components/overlay/to-calendar.vue index ebbf9315..5da31ea7 100644 --- a/src/components/overlay/to-calendar.vue +++ b/src/components/overlay/to-calendar.vue @@ -1,5 +1,5 @@