From 3bf83e8aa5eac2623d1498594a9205c9c7e5de91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=82=A0=E9=9D=99=E8=90=9D=E8=8E=89?= Date: Wed, 11 Dec 2024 11:36:33 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=96=B0=E5=A2=9E=E6=A0=87=E7=AD=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/types/interface.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types/interface.d.ts b/src/types/interface.d.ts index 9773529d..daf04123 100644 --- a/src/types/interface.d.ts +++ b/src/types/interface.d.ts @@ -15,7 +15,7 @@ export interface RouteMeta { } export interface MenuRoute { - // menuitem 组件实际支持 string 类型但是类型错误,暂时使用 any 类型避免打包错误待组件类型修复 + // TODO: menuitem 组件实际支持 string 类型但是类型错误,暂时使用 any 类型避免打包错误待组件类型修复 path: any; title?: string | Record; name?: string;