Update Dock doc and api-gen

This commit is contained in:
mertsincan 2021-08-31 14:29:01 +03:00
parent aeba88374b
commit 76cc027504
2 changed files with 17 additions and 5 deletions

View file

@ -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
}
}
}