fix[Sidebar]: fixed nested router hover bug
This commit is contained in:
parent
6716ddb0d4
commit
1a6ae849df
|
@ -9,7 +9,7 @@
|
||||||
</app-link>
|
</app-link>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<el-submenu v-else ref="subMenu" :index="resolvePath(item.path)">
|
<el-submenu v-else ref="subMenu" :index="resolvePath(item.path)" popper-append-to-body>
|
||||||
<template slot="title">
|
<template slot="title">
|
||||||
<item :meta="item.meta" />
|
<item :meta="item.meta" />
|
||||||
</template>
|
</template>
|
||||||
|
|
Loading…
Reference in New Issue