Added type and default value to panelStyle/Class

pull/12/head
mertsincan 2019-05-28 13:20:45 +03:00
parent cbe9370a12
commit 9b15243925
1 changed files with 4 additions and 2 deletions

View File

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