.
This commit is contained in:
parent
a2551e0e58
commit
54b3db91ab
@ -109,7 +109,7 @@ const props = defineProps({
|
|||||||
// emits 정의
|
// emits 정의
|
||||||
const emit = defineEmits(['submitComment', 'updateReaction', 'editClick', 'deleteClick', 'submitPassword', 'submitEdit', 'cancelEdit']);
|
const emit = defineEmits(['submitComment', 'updateReaction', 'editClick', 'deleteClick', 'submitPassword', 'submitEdit', 'cancelEdit']);
|
||||||
|
|
||||||
const password = ref('');
|
// const password = ref('');
|
||||||
const localEditedContent = ref(props.editedContent);
|
const localEditedContent = ref(props.editedContent);
|
||||||
|
|
||||||
// 댓글 입력 창 토글
|
// 댓글 입력 창 토글
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user