Revert to v-show and add explanation comment

This commit is contained in:
Maciej Pędzich 2022-07-12 23:06:00 +02:00
parent e4945e7648
commit 9a026662df

View File

@ -102,8 +102,9 @@ const updateQueryAndReload = async ({ month, year }: DateChangePayload) => {
>
Something went wrong while fetching archive entries
</p>
<!-- Changing v-show to v-if breaks month/year change handling -->
<Calendar
v-if="!loadingCalendarEntries"
v-show="!loadingCalendarEntries"
v-model="calendarDisplayDate"
:disabled="loadingCalendarEntries"
:touch-u-i="isPortableScreen"