feat(calendar): add nested zoom lab page with four persistent levels
This commit is contained in:
9
frontend/app/pages/calendar-zoom-lab.vue
Normal file
9
frontend/app/pages/calendar-zoom-lab.vue
Normal file
@@ -0,0 +1,9 @@
|
||||
<script setup lang="ts">
|
||||
import CrmCalendarZoomLab from "~~/app/components/workspace/calendar/lab/CrmCalendarZoomLab.vue";
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<main class="h-dvh w-full bg-base-200/40 p-2">
|
||||
<CrmCalendarZoomLab />
|
||||
</main>
|
||||
</template>
|
||||
Reference in New Issue
Block a user