From 6abffac85834f3081422abdc8bead55f86a4e210 Mon Sep 17 00:00:00 2001 From: ray <1490493387@qq.com> Date: Fri, 22 Nov 2024 12:46:50 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20:memo:=20router=20=E7=B1=BB=E5=9E=8B?= =?UTF-8?q?=E5=A3=B0=E6=98=8E=E6=B3=A8=E9=87=8A=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/types/router.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types/router.d.ts b/src/types/router.d.ts index a175ea18..17a3cb46 100644 --- a/src/types/router.d.ts +++ b/src/types/router.d.ts @@ -17,7 +17,7 @@ declare module "vue-router" { icon?: string; /** - * 是否隐藏菜单项 + * 是否隐藏菜单 * true 隐藏, false 显示 * @default false */