From 618814acfd815fc40b5cfefcbf91c5e42bfe7104 Mon Sep 17 00:00:00 2001 From: nevermoregb Date: Thu, 19 Dec 2024 11:17:23 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B2=8C=EC=8B=9C=ED=8C=90=20=EB=AA=A9?= =?UTF-8?q?=EB=A1=9D=20=EC=97=85=EB=8D=B0=EC=9D=B4=ED=8A=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 143 ++++++++++++++-------------- src/components/list/BoardCard.vue | 34 +++++-- src/components/search/SearchBar.vue | 31 ++++-- src/views/board/BoardList.vue | 9 +- 4 files changed, 131 insertions(+), 86 deletions(-) diff --git a/index.html b/index.html index 9b7f844..5bd3857 100644 --- a/index.html +++ b/index.html @@ -1,83 +1,88 @@ - + + + + - - - + + + + + - - - - - + + + LOCALNET - - - LOCALNET + + + + - - - - + + - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + + + + - - - - - - - + + + + - - - - + +
- -
+ + + + + + + + + + + - - - - - - - - - - - + + + + + + - - - - - - - - - - - \ No newline at end of file + + + diff --git a/src/components/list/BoardCard.vue b/src/components/list/BoardCard.vue index 83ef9fe..bcc51b0 100644 --- a/src/components/list/BoardCard.vue +++ b/src/components/list/BoardCard.vue @@ -2,17 +2,17 @@
-
- +
+
-
{{ data.item.title }}
+
{{ title }}

- {{ data.item.content }} + {{ content }}

- {{ data.item.date }} + {{ date }}

@@ -23,8 +23,30 @@ +