|
@@ -11,6 +11,7 @@
|
|
:placeholder="options.placeholder ?? '请选择'"
|
|
:placeholder="options.placeholder ?? '请选择'"
|
|
auto-apply
|
|
auto-apply
|
|
text-input
|
|
text-input
|
|
|
|
+ :disabled-dates="options.disabledDates || false"
|
|
:show-now-button="options.showToday"
|
|
:show-now-button="options.showToday"
|
|
now-button-label="今天"
|
|
now-button-label="今天"
|
|
:enable-time-picker="options.enableTimePicker ?? false"
|
|
:enable-time-picker="options.enableTimePicker ?? false"
|