From 6e5d5863abd458451a71909bf1ec76938bfced4a Mon Sep 17 00:00:00 2001 From: Abizrh Date: Tue, 12 Aug 2025 18:17:13 +0700 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat=20(sidebar):=20add=20active=20?= =?UTF-8?q?class=20to=20sidebar=20links?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/components/layout/SidebarNavLink.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/app/components/layout/SidebarNavLink.vue b/app/components/layout/SidebarNavLink.vue index b720b3be..55b0d2b5 100644 --- a/app/components/layout/SidebarNavLink.vue +++ b/app/components/layout/SidebarNavLink.vue @@ -22,6 +22,7 @@ const { setOpenMobile } = useSidebar()