mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 01:12:37 +00:00
Fixed #3599 - Menu: start and end templating
This commit is contained in:
parent
f1b1cdf189
commit
cf635e5caa
4 changed files with 45 additions and 1 deletions
|
@ -49,6 +49,14 @@ const MenuEvents = [
|
|||
];
|
||||
|
||||
const MenuSlots = [
|
||||
{
|
||||
name: 'start',
|
||||
description: 'Custom content before the content'
|
||||
},
|
||||
{
|
||||
name: 'end',
|
||||
description: 'Custom content after the content'
|
||||
},
|
||||
{
|
||||
name: 'item',
|
||||
description: 'Template of a menuitem.'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue