게시글 수정화면에서 콘솔로그 제거
This commit is contained in:
parent
bba87fe02a
commit
152d3c6fa9
@ -184,9 +184,6 @@
|
|||||||
);
|
);
|
||||||
return isTitleChanged || isContentChanged || isFilesChanged;
|
return isTitleChanged || isContentChanged || isFilesChanged;
|
||||||
});
|
});
|
||||||
watch(isChanged, val => {
|
|
||||||
console.log('🔄 isChanged changed:', val);
|
|
||||||
});
|
|
||||||
|
|
||||||
// 파일 비교 함수
|
// 파일 비교 함수
|
||||||
function isSameFiles(current, original) {
|
function isSameFiles(current, original) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user