diff --git a/src/components/list/BoardCard.vue b/src/components/list/BoardCard.vue
index 327e1e7..bbe6551 100644
--- a/src/components/list/BoardCard.vue
+++ b/src/components/list/BoardCard.vue
@@ -34,11 +34,11 @@
{{ views || 0 }}
-
- {{ likes || 0 }}
+
+ {{ likes }}
-
- {{ comments || 0 }}
+
+ {{ comments }}
@@ -80,11 +80,11 @@ const props = defineProps({
},
likes: {
type: Number,
- default: 0,
+ default: null,
},
comments: {
type: Number,
- default: 0,
+ default: null,
},
attachment: {
type: Boolean,
diff --git a/src/components/list/BoardCardList.vue b/src/components/list/BoardCardList.vue
index 23f55ca..f727c6e 100644
--- a/src/components/list/BoardCardList.vue
+++ b/src/components/list/BoardCardList.vue
@@ -1,43 +1,53 @@
- 게시물이 없습니다.
+
게시물이 없습니다.
goDetail(post.id)"
/>
-
diff --git a/src/components/search/SearchBar.vue b/src/components/search/SearchBar.vue
index 56a918b..a9c1052 100644
--- a/src/components/search/SearchBar.vue
+++ b/src/components/search/SearchBar.vue
@@ -1,6 +1,6 @@
-
+