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

This commit is contained in:
Tuğçe Küçükoğlu 2023-09-01 09:31:02 +03:00
parent 99894614a6
commit 5eb9b0d485

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