From dfc51279b830f88a6391c88d98e22731de23ab76 Mon Sep 17 00:00:00 2001 From: Hooray Hu <304327508@qq.com> Date: Wed, 1 Nov 2023 02:14:31 +0800 Subject: [PATCH] =?UTF-8?q?refactor!:=20=E7=A7=BB=E9=99=A4=E5=BA=94?= =?UTF-8?q?=E7=94=A8=E9=85=8D=E7=BD=AE=E4=B8=AD=20Element=20Plus=20?= =?UTF-8?q?=E9=BB=98=E8=AE=A4=E5=B0=BA=E5=AF=B8=E7=9A=84=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 2 +- src/settings.default.ts | 1 - src/types/global.d.ts | 7 ------- src/views/components/AppSetting/index.vue | 21 --------------------- 4 files changed, 1 insertion(+), 30 deletions(-) diff --git a/src/App.vue b/src/App.vue index 3e7a09db..448e85ea 100644 --- a/src/App.vue +++ b/src/App.vue @@ -44,7 +44,7 @@ import.meta.env.VITE_APP_DEBUG_TOOL === 'vconsole' && new VConsole()