From 11b2b5bcc2068c7e05699e6e5295e380b45dc5b8 Mon Sep 17 00:00:00 2001 From: ali-pay Date: Thu, 22 May 2025 09:09:31 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E8=8F=9C=E5=8D=95?= =?UTF-8?q?=E7=AE=A1=E7=90=86=E4=B8=AD=E6=8C=89=E9=92=AE=E7=B1=BB=E5=9E=8B?= =?UTF-8?q?=E5=80=BC=E9=94=99=E8=AF=AF=E7=9A=84=E9=97=AE=E9=A2=98=20(#6255?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- playground/src/views/system/menu/data.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playground/src/views/system/menu/data.ts b/playground/src/views/system/menu/data.ts index ee787e50..75190b4a 100644 --- a/playground/src/views/system/menu/data.ts +++ b/playground/src/views/system/menu/data.ts @@ -11,7 +11,7 @@ export function getMenuTypeOptions() { value: 'catalog', }, { color: 'default', label: $t('system.menu.typeMenu'), value: 'menu' }, - { color: 'error', label: $t('system.menu.typeButton'), value: 'action' }, + { color: 'error', label: $t('system.menu.typeButton'), value: 'button' }, { color: 'success', label: $t('system.menu.typeEmbedded'),