From e201381495d0052b721cc1581d8db6fa9143ac71 Mon Sep 17 00:00:00 2001 From: wangxuefeng Date: Thu, 27 Mar 2025 18:52:52 +0800 Subject: [PATCH] =?UTF-8?q?chore(renderer):=20=E5=88=9D=E5=A7=8B=E6=B8=B2?= =?UTF-8?q?=E6=9F=93=E5=99=A8=E6=97=B6=E9=BB=98=E8=AE=A4=E5=A4=84=E4=BA=8E?= =?UTF-8?q?=20loading=20=E4=B8=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/renderer/src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/renderer/src/App.vue b/apps/renderer/src/App.vue index fae2dd9..41365cc 100644 --- a/apps/renderer/src/App.vue +++ b/apps/renderer/src/App.vue @@ -49,7 +49,7 @@ interface InitParams { // 响应式状态 const renderer = ref(); const lowCodeService = new LowCodeService(); -const isLoading = ref(false); +const isLoading = ref(true); const provider = ref(null); const loadingInstance = ref(null); const errorMessage = ref('');