From 7a9ad7de6389933b5091e00115105d69df0fd6bb Mon Sep 17 00:00:00 2001 From: afe1 <56245609+pzzyf@users.noreply.github.com> Date: Sat, 10 Aug 2024 18:58:10 +0800 Subject: [PATCH] perf: remove duplicate code (#4083) Co-authored-by: afe1 Co-authored-by: Vben --- .../effects/layouts/src/authentication/authentication.vue | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/packages/effects/layouts/src/authentication/authentication.vue b/packages/effects/layouts/src/authentication/authentication.vue index 648b2daf..8a599c44 100644 --- a/packages/effects/layouts/src/authentication/authentication.vue +++ b/packages/effects/layouts/src/authentication/authentication.vue @@ -6,7 +6,6 @@ import { preferences, usePreferences } from '@vben/preferences'; import AuthenticationFormView from './form.vue'; import SloganIcon from './icons/slogan.vue'; -import Toolbar from './toolbar.vue'; defineOptions({ name: 'Authentication' }); @@ -56,11 +55,7 @@ const logoSource = computed(() => preferences.logo.source);
- - + />