From 136ca2f69c1a52684f0a5f7afad863c2576ee732 Mon Sep 17 00:00:00 2001 From: Ethan-Zhang Date: Tue, 11 Nov 2025 21:22:14 +0800 Subject: [PATCH] =?UTF-8?q?Fix:=20isLoadingConfig=E6=9C=AA=E5=A3=B0?= =?UTF-8?q?=E6=98=8E=E9=97=AE=E9=A2=98=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/createapp/components/appConfig.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/createapp/components/appConfig.vue b/src/views/createapp/components/appConfig.vue index 3a2b230a..42de2e11 100644 --- a/src/views/createapp/components/appConfig.vue +++ b/src/views/createapp/components/appConfig.vue @@ -46,6 +46,7 @@ const props = withDefaults( ); const emits = defineEmits(['getFlowList', 'getPublishStatus']); const loading = ref(false); +const isLoadingConfig = ref(false); const createAppForm = ref({ icon: '', name: '', -- Gitee