From a2f21995875c2904141d737780f9a71c7af55537 Mon Sep 17 00:00:00 2001 From: khj0414 Date: Fri, 7 Mar 2025 12:15:41 +0900 Subject: [PATCH] =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/editor/QEditor.vue | 1 - src/views/wordDict/wordDict.vue | 1 - 2 files changed, 2 deletions(-) diff --git a/src/components/editor/QEditor.vue b/src/components/editor/QEditor.vue index b66537b..37ec2dd 100644 --- a/src/components/editor/QEditor.vue +++ b/src/components/editor/QEditor.vue @@ -114,7 +114,6 @@ // 초기 데이터가 있을 경우, HTML 형식으로 삽입 if (props.initialData) { - console.log(props.initialData); quillInstance.setContents(JSON.parse(props.initialData)); } diff --git a/src/views/wordDict/wordDict.vue b/src/views/wordDict/wordDict.vue index d83e19a..c45971d 100644 --- a/src/views/wordDict/wordDict.vue +++ b/src/views/wordDict/wordDict.vue @@ -179,7 +179,6 @@ let category = null; let newCodName = ''; // 카테고리 체크 - console.log('data',data) if(typeof(data) == 'number'){ category = data; newCodName = '';