fix: global modals not working in mobile view

(cherry picked from commit e220767179b41ecb8625d990b6ba48dc7c9559e8)
This commit is contained in:
Shariq Ansari 2025-06-04 18:44:51 +05:30 committed by Mergify
parent 42594c44ce
commit 82414cff7d

View File

@ -5,9 +5,11 @@
<MobileAppHeader />
<slot />
</div>
<GlobalModals />
</div>
</template>
<script setup>
import MobileSidebar from '@/components/Mobile/MobileSidebar.vue'
import MobileAppHeader from '@/components/Mobile/MobileAppHeader.vue'
import GlobalModals from '@/components/Modals/GlobalModals.vue'
</script>