Fixed issue with calendar today loading

This commit is contained in:
Alexis
2024-08-21 13:50:37 +02:00
parent 1137b172e4
commit 9f4f30cebe
3 changed files with 34 additions and 46 deletions

View File

@@ -8,7 +8,7 @@ import CenturyLayout from './state/centennially/Layout.vue'
import DecadeLayout from './state/decennially/Layout.vue'
import YearLayout from './state/yearly/Layout.vue'
const { currentConfig, selectedDate, jumpToDate } = useCalendar()
const { currentConfig, jumpToDate, selectedDate } = useCalendar()
// const { setCharacters } = useCharacters()