no message
Former-commit-id: 65a11f4b12064ab018f164c6712e8d4ddb7ad5d2 Former-commit-id: f7ae7bf7a478fab396b34bec68753d6380d8a842 Former-commit-id: 98e2cfce1299db949e4e03083c082b2826af4a10
This commit is contained in:
@@ -2,11 +2,12 @@
|
||||
<div>
|
||||
<el-menu
|
||||
:collapse="collapse"
|
||||
:unique-opened="true">
|
||||
:unique-opened="true"
|
||||
:router="true">
|
||||
<template v-for="(menu, menuIndex) in menus">
|
||||
<el-menu-item :key="menuIndex" index="2">
|
||||
<el-menu-item :key="menuIndex" :index="menu.path">
|
||||
<i :class="`fa fa-${menu.icon}`"></i>
|
||||
<span slot="title">导航二</span>
|
||||
<span slot="title">{{menu.title}}</span>
|
||||
</el-menu-item>
|
||||
</template>
|
||||
<!-- <el-menu-item index="2">
|
||||
|
||||
Reference in New Issue
Block a user