Add start-date prop to force placing of date picker in date
This commit is contained in:
parent
4c6836512e
commit
63bd0f7d3f
4 changed files with 12 additions and 3 deletions
|
@ -39,6 +39,7 @@
|
|||
:steps="steps"
|
||||
:format="format"
|
||||
:value="internalValue"
|
||||
:start-date="startDate"
|
||||
|
||||
v-bind="ownPickerProps"
|
||||
|
||||
|
@ -204,6 +205,9 @@
|
|||
type: Boolean,
|
||||
default: false
|
||||
},
|
||||
startDate: {
|
||||
type: Date
|
||||
},
|
||||
size: {
|
||||
validator (value) {
|
||||
return oneOf(value, ['small', 'large', 'default']);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue