From c48291130cd22039a9105f3f547e6c38eb597357 Mon Sep 17 00:00:00 2001 From: xiaoxian521 <1923740402@qq.com> Date: Sun, 14 Jan 2024 12:22:05 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20`Review`=E6=89=80=E6=9C=89=E6=BC=94?= =?UTF-8?q?=E7=A4=BA=E9=A1=B5=EF=BC=8C=E4=BF=AE=E5=A4=8D=E5=BC=80=E5=8F=91?= =?UTF-8?q?=E7=8E=AF=E5=A2=83=E4=B8=8B=E5=8F=AF=E9=81=BF=E5=85=8D=E7=9A=84?= =?UTF-8?q?=E8=AD=A6=E5=91=8A=E4=BB=A5=E5=8F=8A=E4=BF=9D=E6=8C=81=E6=89=80?= =?UTF-8?q?=E6=9C=89=E6=BC=94=E7=A4=BA=E9=A1=B5=E9=A3=8E=E6=A0=BC=E5=A4=A7?= =?UTF-8?q?=E8=87=B4=E7=BB=9F=E4=B8=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/components/navbar.vue | 2 +- src/layout/components/search/index.vue | 14 +++++---- src/layout/components/sidebar/horizontal.vue | 2 +- src/layout/components/sidebar/mixNav.vue | 2 +- src/router/enums.ts | 6 ++-- src/views/able/watermark.vue | 32 ++++++++------------ src/views/about/index.vue | 6 ++-- src/views/components/draggable/index.vue | 3 -- src/views/components/segmented/index.vue | 1 - src/views/components/waterfall/index.vue | 12 +++++++- src/views/editor/index.vue | 8 ++--- src/views/flow-chart/index.vue | 2 +- src/views/guide/index.vue | 24 ++++++++++++--- src/views/permission/button/index.vue | 20 ++++++------ 14 files changed, 74 insertions(+), 60 deletions(-) diff --git a/src/layout/components/navbar.vue b/src/layout/components/navbar.vue index c13b785f67..d1c8782e50 100644 --- a/src/layout/components/navbar.vue +++ b/src/layout/components/navbar.vue @@ -46,7 +46,7 @@ const { t, locale, translationCh, translationEn } = useTranslationLang();