Skip to content

Commit

Permalink
Fixed #4372 - to option deprecation of MenuModel for Menu components
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu committed Sep 1, 2023
1 parent 9989461 commit 5eb9b0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/lib/menuitem/MenuItem.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
/**
Expand Down

0 comments on commit 5eb9b0d

Please sign in to comment.