1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-15 00:03:28 +01:00

vueui: pass current snap to calendar comp

This commit is contained in:
Ivan Velev 2021-09-21 06:50:57 -07:00
parent 7cfe9243ad
commit 1d03fa8e6f

View File

@ -42,7 +42,8 @@
</div>
</div>
<CalendarYear v-if="showFullView"
:period="currentPeriod"
:period="currentPeriod"
:current-snapshot="currentSnapshot"
@goto-period="gotoPeriod">
</CalendarYear>
</div>