From 12c4d2f4392704ed87cd9e6ad73aeb9f820d2a1d Mon Sep 17 00:00:00 2001 From: Arman Date: Fri, 30 Sep 2022 16:57:40 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20Router=20=E9=9B=86=E6=88=90=20Element?= =?UTF-8?q?=20Plus=20=E7=9A=84=20icon,=20=E5=8F=AF=E9=80=89=E7=94=A8?= =?UTF-8?q?=E8=87=AA=E5=AE=9A=E4=B9=89=E7=9A=84=20icon=20=E6=88=96?= =?UTF-8?q?=E8=80=85=E7=BB=84=E4=BB=B6=E5=BA=93=E7=9A=84=20icon?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/components/Sidebar/SidebarItem.vue | 11 ++++++++-- src/router/index.ts | 22 +++++++++++-------- types/vue-router.d.ts | 6 ++++- 3 files changed, 27 insertions(+), 12 deletions(-) diff --git a/src/layout/components/Sidebar/SidebarItem.vue b/src/layout/components/Sidebar/SidebarItem.vue index 049feeeb..81c821f6 100644 --- a/src/layout/components/Sidebar/SidebarItem.vue +++ b/src/layout/components/Sidebar/SidebarItem.vue @@ -72,7 +72,8 @@ const resolvePath = (routePath: string) => { @@ -80,7 +81,8 @@ const resolvePath = (routePath: string) => {