Refinements to date handling in booking form
This commit is contained in:
@@ -5,4 +5,8 @@
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import { useScheduleStore } from 'src/stores/schedule';
|
||||
|
||||
const scheduleStore = useScheduleStore();
|
||||
scheduleStore.loadSampleData();
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user