Fixed #4372 - to option deprecation of MenuModel for Menu components
parent
99894614a6
commit
5eb9b0d485
|
@ -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…
Reference in New Issue