Merge pull request #4672 from FlipWarthog/PV4671
Fix #4671 - PanelMenu: Error when using #item slotpull/4683/head
commit
42c27d9469
|
@ -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…
Reference in New Issue