From 2799a37d0c0fb60b3b5ce4240fa32804187c80ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=98=89=E8=B1=AA?= <42510293+ziyujiahao@users.noreply.github.com> Date: Tue, 9 Sep 2025 17:38:30 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=BA=94=E7=94=A8?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=A1=86=E6=9C=AA=E5=BC=B9=E5=87=BA=E9=97=AE?= =?UTF-8?q?=E9=A2=98=20(#16934)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/components/dashboard/DbToolbar.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core-frontend/src/components/dashboard/DbToolbar.vue b/core/core-frontend/src/components/dashboard/DbToolbar.vue index d2130a54fd..d4b6eb4a04 100644 --- a/core/core-frontend/src/components/dashboard/DbToolbar.vue +++ b/core/core-frontend/src/components/dashboard/DbToolbar.vue @@ -98,7 +98,7 @@ const DeResourceGroupOpt = defineAsyncComponent( () => import('@/views/common/DeResourceGroupOpt.vue') ) -const DeAppApply = defineAsyncComponent(() => import('@/views/common/DeAppApply.vue')) +import DeAppApply from '@/views/common/DeAppApply.vue' const multiplexingRef = ref(null) const fullScreeRef = ref(null)