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); // 댓글 입력 창 토글