add split panel props

This commit is contained in:
Sergio Crisostomo 2018-01-17 13:23:10 +01:00
parent 63bd0f7d3f
commit 435bf7814a
2 changed files with 14 additions and 1 deletions

View file

@ -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
},