From 152d3c6fa9e5287dcc29be11413704c9fe956273 Mon Sep 17 00:00:00 2001 From: nevermoregb Date: Fri, 4 Apr 2025 22:59:33 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B2=8C=EC=8B=9C=EA=B8=80=20=EC=88=98?= =?UTF-8?q?=EC=A0=95=ED=99=94=EB=A9=B4=EC=97=90=EC=84=9C=20=EC=BD=98?= =?UTF-8?q?=EC=86=94=EB=A1=9C=EA=B7=B8=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/board/BoardEdit.vue | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/views/board/BoardEdit.vue b/src/views/board/BoardEdit.vue index cb552f1..bb6d6ab 100644 --- a/src/views/board/BoardEdit.vue +++ b/src/views/board/BoardEdit.vue @@ -184,9 +184,6 @@ ); return isTitleChanged || isContentChanged || isFilesChanged; }); - watch(isChanged, val => { - console.log('πŸ”„ isChanged changed:', val); - }); // 파일 비ꡐ ν•¨μˆ˜ function isSameFiles(current, original) {