From 7f0f4ecabb9438a69bd1a47c7b894b2226e13cf8 Mon Sep 17 00:00:00 2001 From: kimdaae328 Date: Fri, 17 Jan 2025 13:19:41 +0900 Subject: [PATCH] =?UTF-8?q?=EB=A6=AC=EC=8A=A4=ED=8A=B8=20=ED=8E=98?= =?UTF-8?q?=EC=9D=B4=EC=A7=80=20=EC=A0=95=EB=A0=AC=EA=B8=B0=EC=A4=80?= =?UTF-8?q?=EC=85=80=EB=A0=89=EB=B0=95=EC=8A=A4=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/list/BoardCard.vue | 93 ++++++++++++++++------------- src/components/search/SearchBar.vue | 2 +- src/views/board/BoardList.vue | 45 ++++++++++---- 3 files changed, 83 insertions(+), 57 deletions(-) diff --git a/src/components/list/BoardCard.vue b/src/components/list/BoardCard.vue index d47ff53..7460faa 100644 --- a/src/components/list/BoardCard.vue +++ b/src/components/list/BoardCard.vue @@ -11,7 +11,7 @@ /> -
+
@@ -23,7 +23,7 @@

{{ content }}

- {{ formatDate(date) }} + {{ formattedDate }}
@@ -40,49 +40,56 @@
-