This commit is contained in:
kimdaae328 2025-02-21 09:58:10 +09:00
parent a2551e0e58
commit 54b3db91ab

View File

@ -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);
//