From b343e80f6e482548809492667de33081bc977e94 Mon Sep 17 00:00:00 2001 From: xingyu Date: Wed, 11 Oct 2023 09:31:11 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20watch=E5=9B=9E=E8=B0=83=E5=8F=82?= =?UTF-8?q?=E6=95=B0=E7=B1=BB=E5=9E=8B=E4=B8=8D=E4=B8=80=E8=87=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/SimpleMenu/src/components/MenuItem.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/SimpleMenu/src/components/MenuItem.vue b/src/components/SimpleMenu/src/components/MenuItem.vue index 8639280c..12a30181 100644 --- a/src/components/SimpleMenu/src/components/MenuItem.vue +++ b/src/components/SimpleMenu/src/components/MenuItem.vue @@ -63,7 +63,7 @@ function handleClickItem() { } watch( () => activeName.value, - (name: string) => { + (name: string | number) => { if (name === props.name) { const { list, uidList } = getParentList() active.value = true