Added type and default value to panelStyle/Class
parent
cbe9370a12
commit
9b15243925
|
@ -197,10 +197,12 @@ export default {
|
||||||
default: null
|
default: null
|
||||||
},
|
},
|
||||||
panelClass: {
|
panelClass: {
|
||||||
type: String
|
type: String,
|
||||||
|
default: null
|
||||||
},
|
},
|
||||||
panelStyle: {
|
panelStyle: {
|
||||||
type: null
|
type: String,
|
||||||
|
default: null
|
||||||
},
|
},
|
||||||
minDate: {
|
minDate: {
|
||||||
type: Date,
|
type: Date,
|
||||||
|
|
Loading…
Reference in New Issue