dynamic load dialogmodal

This commit is contained in:
Henry Jameson 2026-06-04 18:35:20 +03:00
commit 2d762c9ea3
2 changed files with 6 additions and 5 deletions

View file

@ -1,6 +1,6 @@
<template>
<teleport to="#modal">
<dialog-modal
<DialogModal
v-if="showing"
v-body-scroll-lock="true"
class="confirm-modal"
@ -36,7 +36,7 @@
{{ $t('post_status.close_confirm_continue_composing_button') }}
</button>
</template>
</dialog-modal>
</DialogModal>
</teleport>
</template>