We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0b39d5 commit fd5a2e8Copy full SHA for fd5a2e8
src/layout/components/Sidebar/SidebarItem.vue
@@ -1,5 +1,5 @@
1
<template>
2
- <div v-if="!item.hidden" class="menu-wrapper">
+ <div v-if="!item.hidden">
3
<template v-if="hasOneShowingChild(item.children,item) && (!onlyOneChild.children||onlyOneChild.noShowingChildren)&&!item.alwaysShow">
4
<app-link v-if="onlyOneChild.meta" :to="resolvePath(onlyOneChild.path)">
5
<el-menu-item :index="resolvePath(onlyOneChild.path)" :class="{'submenu-title-noDropdown':!isNest}">
0 commit comments