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;