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 />
|
<MobileAppHeader />
|
||||||
<slot />
|
<slot />
|
||||||
</div>
|
</div>
|
||||||
|
<GlobalModals />
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<script setup>
|
<script setup>
|
||||||
import MobileSidebar from '@/components/Mobile/MobileSidebar.vue'
|
import MobileSidebar from '@/components/Mobile/MobileSidebar.vue'
|
||||||
import MobileAppHeader from '@/components/Mobile/MobileAppHeader.vue'
|
import MobileAppHeader from '@/components/Mobile/MobileAppHeader.vue'
|
||||||
|
import GlobalModals from '@/components/Modals/GlobalModals.vue'
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user