Added basic year view

This commit is contained in:
Alexis
2024-04-25 16:17:12 +02:00
parent cb1bd20b5b
commit 7c5de2654e
10 changed files with 110 additions and 19 deletions

View File

@@ -378,7 +378,6 @@ export const useCalendar = defineStore('calendar', () => {
*/
function jumpToDefaultDate(): void {
jumpToDate(defaultDate.value)
currentConfig.value.viewType = 'month'
}
/**