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