1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-27 07:31:46 +01:00

chore: adds timeout to suspense

This commit is contained in:
Amir Raminfar
2024-09-24 14:11:59 -07:00
parent a79b786faf
commit 0f753d37fc

View File

@@ -43,7 +43,7 @@
</form>
</dialog>
<SideDrawer ref="drawer" :width="drawerWidth">
<Suspense>
<Suspense :timeout="0">
<component :is="drawerComponent" v-bind="drawerProperties" />
<template #fallback> Loading dependencies... </template>
</Suspense>