feat(calendar-lab): switch demo route to tldraw canvas preview

This commit is contained in:
Ruslan Bakiev
2026-02-23 18:48:34 +07:00
parent 2e1014d726
commit bb628a7c0d
2 changed files with 65 additions and 2 deletions

View File

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