From 9b152439259da9bb1b9332c8cc8c64e61570295b Mon Sep 17 00:00:00 2001 From: mertsincan Date: Tue, 28 May 2019 13:20:45 +0300 Subject: [PATCH] Added type and default value to panelStyle/Class --- src/components/calendar/Calendar.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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,