fix(calendar-lab): restore nested calendar canvas demo on zoom route

This commit is contained in:
Ruslan Bakiev
2026-02-23 19:22:14 +07:00
parent faea65dfcb
commit 79f1012f41

View File

@@ -1,9 +1,9 @@
<script setup lang="ts"> <script setup lang="ts">
import CrmCalendarZoomTldrawLab from "~~/app/components/workspace/calendar/lab/CrmCalendarZoomTldrawLab.client.vue"; import CrmCalendarZoomLab from "~~/app/components/workspace/calendar/lab/CrmCalendarZoomLab.vue";
</script> </script>
<template> <template>
<main class="h-dvh w-full bg-base-200/40 p-2"> <main class="h-dvh w-full bg-base-200/40 p-2">
<CrmCalendarZoomTldrawLab /> <CrmCalendarZoomLab />
</main> </main>
</template> </template>