Utilize panelClass

pull/496/head
Cagatay Civici 2020-09-24 15:41:55 +03:00
parent 7b7e80d2db
commit 3ae21b266d
1 changed files with 1 additions and 1 deletions

View File

@ -2001,7 +2001,7 @@ export default {
}, },
panelStyleClass() { panelStyleClass() {
return [ return [
'p-datepicker p-component', 'p-datepicker p-component', this.panelClass,
{ {
'p-datepicker-inline': this.inline, 'p-datepicker-inline': this.inline,
'p-disabled': this.$attrs.disabled, 'p-disabled': this.$attrs.disabled,