diff --git a/src/views/CalendarView.vue b/src/views/CalendarView.vue index 410faa9..118fb5a 100644 --- a/src/views/CalendarView.vue +++ b/src/views/CalendarView.vue @@ -7,7 +7,7 @@ import useCalendar from '../composables/useCalendar'; import CustomPopup from '../components/CustomPopup.vue'; import { watch } from 'vue'; -import { useAuthStore } from '../stores/auth'; + import { useAuthStore } from '../stores/auth'; const events = ref([]); @@ -64,7 +64,7 @@ import { useAuthStore } from '../stores/auth'; }, defaultMode: 'month', isSilent: true, - // showCurrentTime: false, // Display a line indicating the current time + // showCurrentTime: true, // Display a line indicating the current time } onMounted( async() => { @@ -198,6 +198,21 @@ import { useAuthStore } from '../stores/auth'; @datetime-was-clicked="handleClickDate" :is-loading="loading" > +