From 87e063e03ef5027d3eb815b1028fcb16b4e398e1 Mon Sep 17 00:00:00 2001 From: Hide_D Date: Tue, 12 Jul 2022 00:09:58 +0900 Subject: [PATCH] =?UTF-8?q?fix,refac:=20=ED=9A=8C=EC=9D=98=EC=8B=A4?= =?UTF-8?q?=EC=97=90=EC=84=9C=20=EC=A4=84=20=EB=B0=94=EA=BF=88=EC=9D=B4=20?= =?UTF-8?q?=ED=91=9C=EA=B8=B0=20=EC=95=88=EB=90=98=EB=8A=94=20=EB=B2=84?= =?UTF-8?q?=EA=B7=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/ts/PageBoard.vue | 191 +++++++++++++---------------- hwe/ts/components/BoardArticle.vue | 6 +- hwe/ts/components/BoardComment.vue | 15 +-- 3 files changed, 94 insertions(+), 118 deletions(-) diff --git a/hwe/ts/PageBoard.vue b/hwe/ts/PageBoard.vue index 6247da2a..e5ff5da5 100644 --- a/hwe/ts/PageBoard.vue +++ b/hwe/ts/PageBoard.vue @@ -32,7 +32,7 @@
- diff --git a/hwe/ts/components/BoardArticle.vue b/hwe/ts/components/BoardArticle.vue index 311b96cc..1a8e11e3 100644 --- a/hwe/ts/components/BoardArticle.vue +++ b/hwe/ts/components/BoardArticle.vue @@ -20,7 +20,7 @@
- +
@@ -98,8 +98,8 @@ async function submitComment() { } - diff --git a/hwe/ts/components/BoardComment.vue b/hwe/ts/components/BoardComment.vue index f49ade58..dee8c685 100644 --- a/hwe/ts/components/BoardComment.vue +++ b/hwe/ts/components/BoardComment.vue @@ -15,17 +15,14 @@
-