From b18bf9d4b5baf647f47a4c410c172e205315a2ca Mon Sep 17 00:00:00 2001 From: pany <939630029@qq.com> Date: Fri, 22 Nov 2024 21:13:49 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E9=87=8D=E6=9E=84=20Notify=20?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=E7=BB=93=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Notify/{NotifyList.vue => List.vue} | 8 ++++---- src/components/Notify/data.ts | 19 ++++++------------- src/components/Notify/index.vue | 8 ++++---- src/components/Notify/type.ts | 8 ++++++++ tests/components/Notify.test.ts | 6 +++--- 5 files changed, 25 insertions(+), 24 deletions(-) rename src/components/Notify/{NotifyList.vue => List.vue} (87%) create mode 100644 src/components/Notify/type.ts diff --git a/src/components/Notify/NotifyList.vue b/src/components/Notify/List.vue similarity index 87% rename from src/components/Notify/NotifyList.vue rename to src/components/Notify/List.vue index b9d1b93b..174a42aa 100644 --- a/src/components/Notify/NotifyList.vue +++ b/src/components/Notify/List.vue @@ -1,16 +1,16 @@