Update MkPostFormOtherMenu.vue

This commit is contained in:
かっこかり 2025-01-17 08:20:35 +09:00 committed by GitHub
parent 6a880cf6ed
commit 3d4cf702d9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -67,7 +67,8 @@ const textCountPercentage = computed(() => {
return props.textLength / maxTextLength.value * 100; return props.textLength / maxTextLength.value * 100;
}); });
// actionMkMenuItemcloseemitactionclose // actionMkMenuItemclosemodalcloseemit
// emitdisposeactionmodalclose
const menuDef = computed<MenuItem[]>(() => { const menuDef = computed<MenuItem[]>(() => {
let reactionAcceptanceIcon = 'ti ti-icons'; let reactionAcceptanceIcon = 'ti ti-icons';