Merge branch 'master' of https://gitee.com/yuanzbz/vue-admin-perfect into vue-i18n
# Conflicts: # yarn.lock
This commit is contained in:
commit
bcecbd5052
Binary file not shown.
|
Before Width: | Height: | Size: 140 KiB After Width: | Height: | Size: 146 KiB |
|
|
@ -10,7 +10,7 @@
|
||||||
</el-menu-item>
|
</el-menu-item>
|
||||||
</app-link>
|
</app-link>
|
||||||
</template>
|
</template>
|
||||||
<el-sub-menu :index="item.path" v-else popper-append-to-body>
|
<el-sub-menu :index="item.path" v-else teleported >
|
||||||
<template #title>
|
<template #title>
|
||||||
<el-icon :size="20"> <component :is="item.meta?.icon"></component></el-icon>
|
<el-icon :size="20"> <component :is="item.meta?.icon"></component></el-icon>
|
||||||
<span>{{ item.meta && item.meta.title }}</span>
|
<span>{{ item.meta && item.meta.title }}</span>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue