From 882284bbb490c0d0368cca19add78562e8ab91ae Mon Sep 17 00:00:00 2001 From: dyhj625 Date: Mon, 20 Jan 2025 16:23:30 +0900 Subject: [PATCH] =?UTF-8?q?board-0117=EB=A8=B8=EC=A7=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/list/BoardCard.vue | 102 +++++++----- src/components/list/BoardCardList.vue | 1 + src/components/pagination/Pagination.vue | 139 +++++++++++++--- src/views/board/BoardList.vue | 201 ++++++++++++++++------- 4 files changed, 319 insertions(+), 124 deletions(-) diff --git a/src/components/list/BoardCard.vue b/src/components/list/BoardCard.vue index d47ff53..a64f91f 100644 --- a/src/components/list/BoardCard.vue +++ b/src/components/list/BoardCard.vue @@ -11,7 +11,7 @@ /> -
+
@@ -23,9 +23,12 @@

{{ content }}

- {{ formatDate(date) }} - + {{ formattedDate }} +
+ + {{ views || 0 }} + {{ likes || 0 }} @@ -40,49 +43,60 @@
-