From 3c6d8ba5f465938ad982b36553a29c1acbc479d4 Mon Sep 17 00:00:00 2001 From: BTMuli Date: Tue, 7 Mar 2023 13:53:44 +0800 Subject: [PATCH] =?UTF-8?q?fix(sidebar):=20=E9=80=9A=E8=BF=87=20pinia=20?= =?UTF-8?q?=E6=8E=A7=E5=88=B6=E8=8F=9C=E5=8D=95=E6=A0=8F=E6=94=B6=E7=BC=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/t-sidebar.vue | 17 +++++++++++++++-- src/store/modules/app.ts | 14 ++++++++++++++ 2 files changed, 29 insertions(+), 2 deletions(-) create mode 100644 src/store/modules/app.ts diff --git a/src/components/t-sidebar.vue b/src/components/t-sidebar.vue index 276de299..520ec1cb 100644 --- a/src/components/t-sidebar.vue +++ b/src/components/t-sidebar.vue @@ -17,6 +17,12 @@ + + + 首页 + mdi-bug-outline 测试功能 @@ -54,12 +60,13 @@