mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
Fixed #4779 - PanelMenu: root option for item templating
This commit is contained in:
parent
5c6ffcc482
commit
466597181a
3 changed files with 6 additions and 1 deletions
|
@ -32,6 +32,7 @@
|
|||
v-else
|
||||
:is="templates.item"
|
||||
:item="processedItem.item"
|
||||
:root="false"
|
||||
:isActive="isItemActive(processedItem)"
|
||||
:hasSubmenu="isItemGroup(processedItem)"
|
||||
:label="getItemLabel(processedItem)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue