From 3ae21b266d9d42e9b822773c9130aed7657878f8 Mon Sep 17 00:00:00 2001 From: Cagatay Civici Date: Thu, 24 Sep 2020 15:41:55 +0300 Subject: [PATCH] Utilize panelClass --- src/components/calendar/Calendar.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/calendar/Calendar.vue b/src/components/calendar/Calendar.vue index cfa3d3277..05c8c3d72 100755 --- a/src/components/calendar/Calendar.vue +++ b/src/components/calendar/Calendar.vue @@ -2001,7 +2001,7 @@ export default { }, panelStyleClass() { return [ - 'p-datepicker p-component', + 'p-datepicker p-component', this.panelClass, { 'p-datepicker-inline': this.inline, 'p-disabled': this.$attrs.disabled,