From 47e2020f9e9392e65132e9b3cfb3a7047a838229 Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Tue, 3 Sep 2024 14:08:12 +0800 Subject: [PATCH] =?UTF-8?q?test:=20=E5=B0=8F=E6=96=87=E4=BB=B6=E5=90=88?= =?UTF-8?q?=E5=B9=B6=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/pages/index/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core-frontend/src/pages/index/main.ts b/core/core-frontend/src/pages/index/main.ts index a8ae24ff60..065360481f 100644 --- a/core/core-frontend/src/pages/index/main.ts +++ b/core/core-frontend/src/pages/index/main.ts @@ -17,7 +17,7 @@ const setupAll = async () => { const app = createApp(App) installDirective(app) await setupI18n(app) - console.log('I18-loaded'); + console.log('I18-loaded') setupStore(app) setupRouter(app) setupElementPlus(app)