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 5ca6f79 commit 3e92814Copy full SHA for 3e92814
src/views/layout/components/Sidebar/SidebarItem.vue
@@ -9,7 +9,7 @@
9
</app-link>
10
</template>
11
12
- <el-submenu v-else ref="subMenu" :index="resolvePath(item.path)">
+ <el-submenu v-else ref="subMenu" :index="resolvePath(item.path)" popper-append-to-body>
13
<template slot="title">
14
<item v-if="item.meta" :icon="item.meta && item.meta.icon" :title="generateTitle(item.meta.title)" />
15
0 commit comments