style:菜单
Showing
1 changed file
with
1 additions
and
1 deletions
1 | <template> | 1 | <template> |
2 | <el-menu router :default-active="activeMenu" menu-trigger="click" mode="horizontal"> | 2 | <el-menu router :default-active="activeMenu" mode="horizontal"> |
3 | <!-- 权限菜单 --> | 3 | <!-- 权限菜单 --> |
4 | <sidebar-item v-for="route in permission_routes.slice(1, 4)" :key="route.path" :item="route" | 4 | <sidebar-item v-for="route in permission_routes.slice(1, 4)" :key="route.path" :item="route" |
5 | :base-path="route.path" /> | 5 | :base-path="route.path" /> | ... | ... |
-
Please register or sign in to post a comment