diff --git a/src/components/calendar/Calendar.vue b/src/components/calendar/Calendar.vue index 6054b90de..24863a66b 100644 --- a/src/components/calendar/Calendar.vue +++ b/src/components/calendar/Calendar.vue @@ -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,