We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c62e46 commit f498b82Copy full SHA for f498b82
src/VueDatePicker/components/shared/YearModePicker.vue
@@ -21,7 +21,7 @@
21
@keydown.enter="() => toggleYearPicker(false)"
22
>
23
<slot v-if="$slots.year" name="year" :year="year" :text="yearDisplayVal" :value="year" />
24
- <template v-if="!$slots.year">{{ year }}</template>
+ <template v-if="!$slots.year">{{ yearDisplayVal }}</template>
25
</button>
26
<ArrowBtn
27
v-if="showRightIcon(defaultedMultiCalendars, instance)"
0 commit comments