From a5e2a476c9256dd7943a23543fd438ec82450925 Mon Sep 17 00:00:00 2001 From: Plumbiu <99574369+Plumbiu@users.noreply.github.com> Date: Mon, 13 Feb 2023 13:02:32 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20defineProps=20=E6=A0=BC=E5=BC=8F?= =?UTF-8?q?=E7=BB=9F=E4=B8=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/ArticlesList/Item/Bar/Top.vue | 24 +++++++------------ frontend/types/IArticleItem.ts | 1 + 2 files changed, 10 insertions(+), 15 deletions(-) diff --git a/frontend/components/ArticlesList/Item/Bar/Top.vue b/frontend/components/ArticlesList/Item/Bar/Top.vue index 6de03fdd..36b5de70 100644 --- a/frontend/components/ArticlesList/Item/Bar/Top.vue +++ b/frontend/components/ArticlesList/Item/Bar/Top.vue @@ -1,23 +1,17 @@