From f707329f7977dd4c0477f7e6938bff20fc16dc8b Mon Sep 17 00:00:00 2001 From: khj0414 Date: Fri, 7 Feb 2025 14:59:58 +0900 Subject: [PATCH] =?UTF-8?q?console=EC=A0=9C=EA=B1=B0=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/wordDict/DictCard.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/wordDict/DictCard.vue b/src/components/wordDict/DictCard.vue index 80f3385..9e3dd34 100644 --- a/src/components/wordDict/DictCard.vue +++ b/src/components/wordDict/DictCard.vue @@ -52,7 +52,6 @@ const props = defineProps({ required: true, }, }); -console.log('item',props.item) const baseUrl = $api.defaults.baseURL.replace(/api\/$/, ''); // 날짜 const formatDate = (dateString) => new Date(dateString).toLocaleString();