Fix #4671 - PanelMenu: Error when using #item slot
parent
1170d152bc
commit
d37b1701c7
|
@ -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