Removed unfinished view types
This commit is contained in:
@@ -31,9 +31,7 @@ export const useCalendar = defineStore('calendar', () => {
|
|||||||
})
|
})
|
||||||
const viewTypeOptions: Set<CalendarViewType> = new Set<CalendarViewType>([
|
const viewTypeOptions: Set<CalendarViewType> = new Set<CalendarViewType>([
|
||||||
'month',
|
'month',
|
||||||
'year',
|
'year'
|
||||||
'decade',
|
|
||||||
'century'
|
|
||||||
])
|
])
|
||||||
|
|
||||||
const calendarId = ref<number>(0)
|
const calendarId = ref<number>(0)
|
||||||
|
|||||||
Reference in New Issue
Block a user