Api generator updates

This commit is contained in:
tugcekucukoglu 2023-11-08 15:54:46 +03:00
parent dd60ff7ace
commit 5c6ffcc482
10 changed files with 6 additions and 60 deletions

View file

@ -29,12 +29,6 @@ const ContextMenuProps = [
default: 'false',
description: 'Attaches the menu to document instead of a particular item.'
},
{
name: 'exact',
type: 'boolean',
default: 'true',
description: "Whether to apply 'router-link-active-exact' class if route exactly matches the item path."
},
{
name: 'pt',
type: 'any',