Merge branch 'master' of https://github.com/brkcvn/akaunting into sentry

This commit is contained in:
Burak Civan
2022-11-21 16:58:40 +03:00
7 changed files with 32 additions and 34 deletions

View File

@ -6,6 +6,7 @@
v-show="show"
tabindex="-1"
role="dialog"
data-modal-handle
:aria-hidden="!show">
<div class="w-full my-10 m-auto flex flex-col px-2 sm:px-0" :class="modalDialogClass ? modalDialogClass : 'max-w-md'">
<slot name="modal-content">

View File

@ -6,6 +6,7 @@
v-show="show"
tabindex="-1"
role="dialog"
data-modal-handle
:aria-hidden="!show">
<div class="w-full my-10 m-auto flex flex-col px-2 sm:px-0" :class="modalDialogClass ? modalDialogClass : 'max-w-md'">
<slot name="modal-content">