mirror of
https://github.com/Tencent/tdesign-vue-next-starter.git
synced 2024-12-22 11:46:36 +08:00
fix: 还原MenuRoute.title 类型
This commit is contained in:
parent
f4f8e8b522
commit
5ae1e49737
2
src/types/interface.d.ts
vendored
2
src/types/interface.d.ts
vendored
|
@ -18,7 +18,7 @@ export interface RouteMeta {
|
|||
|
||||
export interface MenuRoute {
|
||||
path: string;
|
||||
title?: string | Record<string, string>;
|
||||
title?: string;
|
||||
name?: string;
|
||||
icon?:
|
||||
| string
|
||||
|
|
Loading…
Reference in New Issue
Block a user