From 5c0a8379c26652972753629ae6110374129ebd43 Mon Sep 17 00:00:00 2001 From: Arman Date: Fri, 30 Sep 2022 17:41:47 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=B7=AF=E7=94=B1=E7=9A=84=20icon=20?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E9=A1=B9=E6=94=AF=E6=8C=81=20Element=20Plus?= =?UTF-8?q?=20=E7=9A=84=20Icon=20(#19)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/components/Sidebar/SidebarItem.vue | 14 ++++++++---- src/main.ts | 5 +++++ src/router/index.ts | 22 ++++++++++++------- types/vue-router.d.ts | 6 ++++- 4 files changed, 34 insertions(+), 13 deletions(-) diff --git a/src/layout/components/Sidebar/SidebarItem.vue b/src/layout/components/Sidebar/SidebarItem.vue index 1423cb20..16eb2bc4 100644 --- a/src/layout/components/Sidebar/SidebarItem.vue +++ b/src/layout/components/Sidebar/SidebarItem.vue @@ -71,7 +71,8 @@ const resolvePath = (routePath: string) => {