We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b92c40 commit 3cdddd7Copy full SHA for 3cdddd7
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