mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
Fixed #4372 - to option deprecation of MenuModel for Menu components
This commit is contained in:
parent
99894614a6
commit
5eb9b0d485
1 changed files with 1 additions and 0 deletions
1
components/lib/menuitem/MenuItem.d.ts
vendored
1
components/lib/menuitem/MenuItem.d.ts
vendored
|
@ -40,6 +40,7 @@ export interface MenuItem {
|
|||
icon?: string | undefined;
|
||||
/**
|
||||
* Route configuration such as path, name and parameters.
|
||||
* @deprecated since v3.33.0.
|
||||
*/
|
||||
to?: RouteLocationRaw | undefined;
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue