Skip to content

Commit 5499c32

Browse files
committed
fix(store): fix exports states
1 parent b39ea77 commit 5499c32

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/stores/data/calendar.store.ts

+2
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,8 @@ export const useCalendarStore = defineStore(CalendarStoreConstants.Store, () =>
167167
loading,
168168
calendar,
169169
center,
170+
startCalendar,
171+
endCalendar,
170172
filter,
171173
filteredCalendar,
172174
extended: computed({

0 commit comments

Comments
 (0)