Refinements to date handling in booking form

This commit is contained in:
2023-11-28 21:03:39 -05:00
parent a3cdbbfbbd
commit aed0462e05
9 changed files with 274 additions and 165 deletions

View File

@@ -5,4 +5,8 @@
</template>
<script setup lang="ts">
import { useScheduleStore } from 'src/stores/schedule';
const scheduleStore = useScheduleStore();
scheduleStore.loadSampleData();
</script>