mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 01:12:37 +00:00
Update Dock doc and api-gen
This commit is contained in:
parent
aeba88374b
commit
76cc027504
2 changed files with 17 additions and 5 deletions
|
@ -28,6 +28,12 @@ const DockProps = [
|
|||
type: "boolean",
|
||||
default: "true",
|
||||
description: "Whether to apply 'router-link-active-exact' class if route exactly matches the item path."
|
||||
},
|
||||
{
|
||||
name: "tooltipOptions",
|
||||
type: "object",
|
||||
default: "null",
|
||||
description: "Whether to display the tooltip on items. The modifiers of tooltip can be used like an object in it. Valid keys are 'event' and 'position'."
|
||||
}
|
||||
];
|
||||
|
||||
|
@ -45,4 +51,4 @@ module.exports = {
|
|||
props: DockProps,
|
||||
slots: DockSlots
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue