Utilize panelClass
parent
7b7e80d2db
commit
3ae21b266d
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue