Fixed #4372 - to option deprecation of MenuModel for Menu components

pull/4377/head
Tuğçe Küçükoğlu 2023-09-01 09:31:02 +03:00
parent 99894614a6
commit 5eb9b0d485
1 changed files with 1 additions and 0 deletions

View File

@ -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;
/**