mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-27 14:47:28 +08:00
fix(menu): fix the menu outside link does not jump
This commit is contained in:
@@ -131,6 +131,7 @@ export default defineComponent({
|
||||
if (!menus || !menus.length) return null;
|
||||
return !props.isHorizontal ? (
|
||||
<SimpleMenu
|
||||
beforeClickFn={beforeMenuClickFn}
|
||||
items={menus}
|
||||
theme={unref(getComputedMenuTheme)}
|
||||
accordion={unref(getAccordion)}
|
||||
|
Reference in New Issue
Block a user