From 7a51ee37c8976853b6392d0ebfdfe84062b496d3 Mon Sep 17 00:00:00 2001 From: khj0414 Date: Fri, 7 Mar 2025 11:18:58 +0900 Subject: [PATCH] =?UTF-8?q?=EC=88=98=EC=A0=95=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/wordDict/DictWrite.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/wordDict/DictWrite.vue b/src/components/wordDict/DictWrite.vue index 94a153b..77cb786 100644 --- a/src/components/wordDict/DictWrite.vue +++ b/src/components/wordDict/DictWrite.vue @@ -150,7 +150,6 @@ const saveWord = () => { typeof op.insert === 'string' ? op.insert.trim() : op.insert ); } - // 내용 체크 if(content.value == '' || inserts.join('') === ''){ wordContentAlert.value = true;