mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-04-06 03:59:53 +08:00
Merge pull request #72 from vimplus/master
fix(plugin-layout):修复存在二级菜单时一级菜单不显示icon
This commit is contained in:
commit
4ee957c9dc
@ -8,6 +8,9 @@
|
||||
<template v-for="(item, index) in fixedMenus" :key="index">
|
||||
<template v-if="item.access">
|
||||
<a-sub-menu v-if="item.children" :key="index" :title="item.title">
|
||||
<template v-if="item.icon" #icon>
|
||||
<MenuIcon :icon="item.icon" />
|
||||
</template>
|
||||
<template
|
||||
v-for="(item1, index1) in item.children"
|
||||
>
|
||||
|
Loading…
x
Reference in New Issue
Block a user