pull/8725/merge
dreamcc 2025-09-09 11:36:45 +08:00 committed by GitHub
commit 5422b25d72
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

View File

@ -152,7 +152,9 @@
if (!flag) return; if (!flag) return;
} }
emit('menuClick', key); // query
const menuItem = getMatchingMenu(props.items, key);
emit('menuClick', key, menuItem);
isClickGo.value = true; isClickGo.value = true;
setOpenKeys(key); setOpenKeys(key);