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