fix: global modals not working in mobile view
(cherry picked from commit e220767179b41ecb8625d990b6ba48dc7c9559e8)
This commit is contained in:
parent
42594c44ce
commit
82414cff7d
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user