Update QCalendar

This commit is contained in:
2024-04-13 21:01:42 -04:00
parent 84867875c5
commit 1a18881980
4 changed files with 14 additions and 8 deletions

View File

@@ -53,8 +53,8 @@
import { useScheduleStore } from 'src/stores/schedule';
import { ref } from 'vue';
const scheduleStore = useScheduleStore();
import { QCalendarDay, today, makeDateTime } from '@quasar/quasar-ui-qcalendar';
import { makeDateTime, today } from '@quasar/quasar-ui-qcalendar';
import { QCalendarDay } from '@quasar/quasar-ui-qcalendar';
const selectedDate = ref(today());
// Use ref to get a reference to the QCalendarDay component