From 539e00e3584442ccef8c51988429be65bd1c3845 Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Mon, 30 Oct 2023 14:32:08 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BB=AA=E8=A1=A8=E6=9D=BF=E7=BC=96?= =?UTF-8?q?=E8=BE=91/=E5=A4=A7=E5=B1=8F=E7=BC=96=E8=BE=91=E7=95=8C?= =?UTF-8?q?=E9=9D=A2=EF=BC=8C=E5=9B=BE=E7=89=87=E4=B8=8A=E4=BC=A0=E6=8E=A7?= =?UTF-8?q?=E4=BB=B6=E6=B2=A1=E6=9C=89=E6=98=BE=E7=A4=BA=E3=80=8C+?= =?UTF-8?q?=E3=80=8D=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/pages/panel/main.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/core-frontend/src/pages/panel/main.ts b/core/core-frontend/src/pages/panel/main.ts index c9d62f3081..f3c9fd6065 100644 --- a/core/core-frontend/src/pages/panel/main.ts +++ b/core/core-frontend/src/pages/panel/main.ts @@ -57,7 +57,7 @@ import AppElement from './App.vue' import { setupI18n } from '@/plugins/vue-i18n' import { setupStore } from '@/store' import { useUserStoreWithOut } from '@/store/modules/user' -import { setupElementPlus } from '@/plugins/element-plus' +import { setupElementPlus, setupElementPlusIcons } from '@/plugins/element-plus' import { setupRouter } from '@/router' const setupAll = async (dom: string, componentName: string): Promise> => { @@ -66,6 +66,7 @@ const setupAll = async (dom: string, componentName: string): Promise