add split panel props
This commit is contained in:
parent
63bd0f7d3f
commit
435bf7814a
2 changed files with 14 additions and 1 deletions
|
@ -40,6 +40,7 @@
|
|||
:format="format"
|
||||
:value="internalValue"
|
||||
:start-date="startDate"
|
||||
:split-panels="splitPanels"
|
||||
|
||||
v-bind="ownPickerProps"
|
||||
|
||||
|
@ -205,6 +206,10 @@
|
|||
type: Boolean,
|
||||
default: false
|
||||
},
|
||||
splitPanels: {
|
||||
type: Boolean,
|
||||
default: false
|
||||
},
|
||||
startDate: {
|
||||
type: Date
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue