From 840273474fa0ac5ff032c3b7be6ea8e8bd01af14 Mon Sep 17 00:00:00 2001 From: Soybean Date: Mon, 22 Jul 2024 19:01:53 +0800 Subject: [PATCH] fix(projects): fix vertical-menu will not render when the layout is from mobile --- src/layouts/modules/global-menu/index.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/layouts/modules/global-menu/index.vue b/src/layouts/modules/global-menu/index.vue index e828fe9c..45434d92 100644 --- a/src/layouts/modules/global-menu/index.vue +++ b/src/layouts/modules/global-menu/index.vue @@ -1,6 +1,7 @@