Commit 1a6ae849 authored by Pan's avatar Pan

fix[Sidebar]: fixed nested router hover bug

parent 6716ddb0
...@@ -9,7 +9,7 @@ ...@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment