1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-24 06:59:52 +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>
</div> </div>
<CalendarYear v-if="showFullView" <CalendarYear v-if="showFullView"
:period="currentPeriod" :period="currentPeriod"
:current-snapshot="currentSnapshot"
@goto-period="gotoPeriod"> @goto-period="gotoPeriod">
</CalendarYear> </CalendarYear>
</div> </div>