From 57918272ac5e13e8afdcd2c804eef3287cfad844 Mon Sep 17 00:00:00 2001 From: alwayrun Date: Thu, 23 May 2024 11:49:48 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E9=87=8D=E6=9E=84=20management/com?= =?UTF-8?q?ponents=20=E7=9B=AE=E5=BD=95=E4=B8=8B=E7=BB=84=E4=BB=B6,=20?= =?UTF-8?q?=E4=BD=BF=E7=94=A8=20Vue3=20=E7=BB=84=E5=90=88=E5=BC=8F=20API?= =?UTF-8?q?=20=E5=86=99=E6=B3=95=20(#151)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/management/components/EmptyIndex.vue | 22 ++++---- web/src/management/components/LeftMenu.vue | 56 ++++++++------------ web/src/management/components/LogoIcon.vue | 19 +++---- 3 files changed, 40 insertions(+), 57 deletions(-) diff --git a/web/src/management/components/EmptyIndex.vue b/web/src/management/components/EmptyIndex.vue index 9143ff1e..22e6093b 100644 --- a/web/src/management/components/EmptyIndex.vue +++ b/web/src/management/components/EmptyIndex.vue @@ -5,19 +5,19 @@
- - +interface Props { + data: DataType +} + +defineProps() +