diff --git a/public/css/custom.css b/public/css/custom.css
index a105678..d9c6ca3 100644
--- a/public/css/custom.css
+++ b/public/css/custom.css
@@ -80,4 +80,10 @@
.grayscaleImg {
filter: grayscale(100%);
}
+
+
+ /* scrollbar 안보이게 */
+ .scrollbar-none {
+ scrollbar-width: none;
+ }
\ No newline at end of file
diff --git a/src/components/board/BoardComment.vue b/src/components/board/BoardComment.vue
index 7ebe4a5..0e1fbef 100644
--- a/src/components/board/BoardComment.vue
+++ b/src/components/board/BoardComment.vue
@@ -1,60 +1,105 @@
-
+
+
+
-
{{ comment.content }}
+
+
+
+
+
+
+
+
+ {{ comment.content }}
+
+
-
+
+
-->
-
-
diff --git a/src/components/board/BoardCommentList.vue b/src/components/board/BoardCommentList.vue
index 319345c..f287e93 100644
--- a/src/components/board/BoardCommentList.vue
+++ b/src/components/board/BoardCommentList.vue
@@ -2,47 +2,66 @@
-
-
+ handleUpdateReaction(reactionData, comment.commentId)"
+ />
+
diff --git a/src/components/board/BoardProfile.vue b/src/components/board/BoardProfile.vue
index 5f77e63..10a52b2 100644
--- a/src/components/board/BoardProfile.vue
+++ b/src/components/board/BoardProfile.vue
@@ -1,7 +1,7 @@
-
+
@@ -13,73 +13,71 @@
{{ views }}
- {{ comments }}
+ {{ commentNum }}
-
-
-
-
-
+
+
+
+
+
+
+
-
-
-
-
-
-
{{ passwordAlert }}
-
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
+
{{ props.passwordAlert }}
+
diff --git a/src/components/category/CategoryBtn.vue b/src/components/category/CategoryBtn.vue
index 7c0df23..6536b88 100644
--- a/src/components/category/CategoryBtn.vue
+++ b/src/components/category/CategoryBtn.vue
@@ -1,6 +1,6 @@
- -
+
-