From f89cd0964639f419619e46eb4ba927a1d86e0720 Mon Sep 17 00:00:00 2001 From: Abizrh Date: Wed, 13 Aug 2025 15:19:03 +0700 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat=20(appsidebar):=20load=20menu?= =?UTF-8?q?=20from=20json=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/components/layout/AppSidebar.vue | 151 +++++++-------------------- public/side-menu-items/sys.json | 75 +++++++++++++ 2 files changed, 115 insertions(+), 111 deletions(-) create mode 100644 public/side-menu-items/sys.json diff --git a/app/components/layout/AppSidebar.vue b/app/components/layout/AppSidebar.vue index cc0736da..677087e5 100644 --- a/app/components/layout/AppSidebar.vue +++ b/app/components/layout/AppSidebar.vue @@ -1,98 +1,11 @@