From 9768b0a6fb65d28aee61ca02b1580f783df78330 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Wed, 19 Jul 2023 18:50:16 +0800 Subject: [PATCH] fix layout bug --- src/App.vue | 62 +++++++++++++++++++ .../DefaultLayoutWithVerticalNav.vue | 25 -------- src/layouts/components/UserProfile.vue | 33 +--------- 3 files changed, 65 insertions(+), 55 deletions(-) diff --git a/src/App.vue b/src/App.vue index 641ac741..4df9d9cb 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,5 +1,67 @@