Use vue3 teleport instead of portal
This commit is contained in:
parent
39e4746f61
commit
dc04c8cbd4
7 changed files with 14 additions and 14 deletions
|
|
@ -59,7 +59,7 @@
|
|||
>
|
||||
{{ status.repeat_num }}
|
||||
</span>
|
||||
<portal to="modal">
|
||||
<teleport to="#modal">
|
||||
<confirm-modal
|
||||
v-if="showingConfirmDialog"
|
||||
:title="$t('status.repeat_confirm_title')"
|
||||
|
|
@ -70,7 +70,7 @@
|
|||
>
|
||||
{{ $t('status.repeat_confirm') }}
|
||||
</confirm-modal>
|
||||
</portal>
|
||||
</teleport>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue