From 54b3db91ab3fd4894879e30ce1f3388cab191817 Mon Sep 17 00:00:00 2001 From: kimdaae328 Date: Fri, 21 Feb 2025 09:58:10 +0900 Subject: [PATCH] . --- src/components/board/BoardComment.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/board/BoardComment.vue b/src/components/board/BoardComment.vue index b77e8ad..e0d8618 100644 --- a/src/components/board/BoardComment.vue +++ b/src/components/board/BoardComment.vue @@ -109,7 +109,7 @@ const props = defineProps({ // emits 정의 const emit = defineEmits(['submitComment', 'updateReaction', 'editClick', 'deleteClick', 'submitPassword', 'submitEdit', 'cancelEdit']); -const password = ref(''); +// const password = ref(''); const localEditedContent = ref(props.editedContent); // 댓글 입력 창 토글