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>([
|
||||
'month',
|
||||
'year',
|
||||
'decade',
|
||||
'century'
|
||||
'year'
|
||||
])
|
||||
|
||||
const calendarId = ref<number>(0)
|
||||
|
||||
Reference in New Issue
Block a user