diff --git a/src/views/createapp/components/appConfig.vue b/src/views/createapp/components/appConfig.vue index 3a2b230aa3799c632caa51b594ef163fdafb98a8..42de2e11a266528b85792d4510b53f1b1c0f3db8 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: '',