1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-24 15:09:54 +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

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