mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Fixed #1658 - Menu Model icon defect for Dock
This commit is contained in:
parent
ac47a239a7
commit
21d3ee6fdf
6 changed files with 141 additions and 65 deletions
|
@ -41,6 +41,10 @@ const DockSlots = [
|
|||
{
|
||||
name: "item",
|
||||
description: "Custom content for the item."
|
||||
},
|
||||
{
|
||||
name: "icon",
|
||||
description: "Custom content for the item."
|
||||
}
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue