fix(calendar-lab): restore nested calendar canvas demo on zoom route
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
<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>
|
||||
|
||||
<template>
|
||||
<main class="h-dvh w-full bg-base-200/40 p-2">
|
||||
<CrmCalendarZoomTldrawLab />
|
||||
<CrmCalendarZoomLab />
|
||||
</main>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user