Optimized unnecessary reactivity

This commit is contained in:
Alexis
2024-04-27 16:46:43 +02:00
parent c0408470dd
commit ee368f28c2
12 changed files with 63 additions and 66 deletions

View File

@@ -89,8 +89,7 @@ export const useCalendar = defineStore('calendar', () => {
return {
day: defaultDay,
month: defaultMonth,
year: defaultYear,
period: 'nante'
year: defaultYear
}
})