From 5a64d77502dc78a9255b2a843184c550f605568d Mon Sep 17 00:00:00 2001 From: dyhj625 Date: Mon, 10 Feb 2025 16:24:11 +0900 Subject: [PATCH] =?UTF-8?q?=EB=A8=B8=EC=A7=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/board/BoardList.vue | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/views/board/BoardList.vue b/src/views/board/BoardList.vue index 2a51040..7055c17 100644 --- a/src/views/board/BoardList.vue +++ b/src/views/board/BoardList.vue @@ -73,7 +73,7 @@ + @click="goDetail(post.realId)"> {{ post.id }} {{ post.title }} @@ -93,6 +93,7 @@
@@ -102,7 +103,7 @@