mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-27 14:31:41 +08:00
chore: typo
This commit is contained in:
@@ -99,7 +99,7 @@ function basicFilter(routes: RouteRecordNormalized[]) {
|
||||
});
|
||||
|
||||
if (!matchRoute) return false;
|
||||
menu.icon = menu.icon || matchRoute.meta.icon;
|
||||
menu.icon = (menu.icon || matchRoute.meta.icon) as string;
|
||||
menu.meta = matchRoute.meta;
|
||||
return true;
|
||||
};
|
||||
|
Reference in New Issue
Block a user