diff --git a/stores/CalendarStore.ts b/stores/CalendarStore.ts index 2d9fd4f..de29cf1 100644 --- a/stores/CalendarStore.ts +++ b/stores/CalendarStore.ts @@ -31,9 +31,7 @@ export const useCalendar = defineStore('calendar', () => { }) const viewTypeOptions: Set = new Set([ 'month', - 'year', - 'decade', - 'century' + 'year' ]) const calendarId = ref(0)