From 1d441b662feb091536bd16d39a66410e57ba0eab Mon Sep 17 00:00:00 2001 From: dyhj625 Date: Tue, 21 Jan 2025 10:32:19 +0900 Subject: [PATCH] =?UTF-8?q?=ED=94=84=EB=A1=AD=EC=8A=A4=20=EC=88=98?= =?UTF-8?q?=EC=A0=95=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/list/BoardCard.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/list/BoardCard.vue b/src/components/list/BoardCard.vue index a64f91f..f15061b 100644 --- a/src/components/list/BoardCard.vue +++ b/src/components/list/BoardCard.vue @@ -55,7 +55,7 @@ const props = defineProps({ }, category: { type: String, - required: true, + required: false, }, title: { type: String,