Skip to content

Commit 877c6db

Browse files
authored
Merge pull request #1057 from vukadinFE/feat/expose_isDisabled_method
feat: expose isDisabled method to month-year slot
2 parents 7ed96fd + 19a1bbd commit 877c6db

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

src/VueDatePicker/components/DatePicker/DpHeader.vue

+10-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,16 @@
44
<div class="dp__month_year_wrap">
55
<slot
66
name="month-year"
7-
v-bind="{ month, year, months, years, updateMonthYear, handleMonthYearChange, instance }"
7+
v-bind="{
8+
month,
9+
year,
10+
months,
11+
years,
12+
updateMonthYear,
13+
handleMonthYearChange,
14+
instance,
15+
isDisabled,
16+
}"
817
/>
918
</div>
1019
</template>

0 commit comments

Comments
 (0)