diff --git a/src/components/list/BoardCard.vue b/src/components/list/BoardCard.vue index 327e1e7..3713a04 100644 --- a/src/components/list/BoardCard.vue +++ b/src/components/list/BoardCard.vue @@ -25,7 +25,7 @@ -

{{ content }}

+
{{ formattedDate }} diff --git a/src/views/board/BoardView.vue b/src/views/board/BoardView.vue index f655bfc..fd20dc0 100644 --- a/src/views/board/BoardView.vue +++ b/src/views/board/BoardView.vue @@ -11,7 +11,9 @@
{{ boardTitle }}
-
+
+ +