Skip to content

Commit

Permalink
chore: 新增标签
Browse files Browse the repository at this point in the history
  • Loading branch information
timi137137 committed Dec 11, 2024
1 parent 8cd1935 commit 3bf83e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/interface.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export interface RouteMeta {
}

export interface MenuRoute {
// menuitem 组件实际支持 string 类型但是类型错误,暂时使用 any 类型避免打包错误待组件类型修复
// TODO: menuitem 组件实际支持 string 类型但是类型错误,暂时使用 any 类型避免打包错误待组件类型修复
path: any;
title?: string | Record<string, string>;
name?: string;
Expand Down

0 comments on commit 3bf83e8

Please sign in to comment.