From a56b084426cee0af8d54631a47f11ba1a97c0f75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=98chen=2Ehome=E2=80=99?= <1147347984@qq.com> Date: Thu, 11 Aug 2022 01:04:16 +0800 Subject: [PATCH] =?UTF-8?q?feat(components):=20=E5=A2=9E=E5=8A=A0=E9=9D=A2?= =?UTF-8?q?=E5=8C=85=E5=B1=91=E5=AF=BC=E8=88=AA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 2 +- src/layouts/BasicLayout/index.vue | 27 +++++++++++++++++++++------ src/layouts/components/logo.vue | 2 +- src/router/index.ts | 12 ++++++++++++ src/views/login/index.vue | 4 ++-- src/views/test/test1.vue | 1 - 6 files changed, 37 insertions(+), 11 deletions(-) diff --git a/src/App.vue b/src/App.vue index ec81238..5f829ae 100644 --- a/src/App.vue +++ b/src/App.vue @@ -12,7 +12,7 @@ const themeOverrides: GlobalThemeOverrides = {} || json;