mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-11 01:42:34 +00:00
Fix #4671 - PanelMenu: Error when using #item slot
This commit is contained in:
parent
1170d152bc
commit
d37b1701c7
1 changed files with 1 additions and 1 deletions
|
@ -263,7 +263,7 @@ export default {
|
||||||
{
|
{
|
||||||
class: this.cx('headerLabel')
|
class: this.cx('headerLabel')
|
||||||
},
|
},
|
||||||
this.getPTOptions('headerLabel', processedItem, index)
|
this.getPTOptions('headerLabel', item, index)
|
||||||
)
|
)
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue