mirror of
https://gitee.com/chu1204505056/vue-admin-beautiful.git
synced 2025-11-28 23:12:47 +08:00
Merge branch 'vue3.0-antdv' of https://github.com/chuzhixin/vue-admin-beautiful into vue3.0-antdv
This commit is contained in:
commit
91854b31a9
@ -1,11 +1,9 @@
|
|||||||
<template>
|
<template>
|
||||||
<a-menu-item :key="routeChildren.path">
|
<a-menu-item :key="routeChildren.path" @click.capture="handleLink">
|
||||||
<div @click="handleLink">
|
<span class="anticon">
|
||||||
<span class="anticon">
|
<vab-icon :icon="routeChildren.meta.icon"></vab-icon>
|
||||||
<vab-icon :icon="routeChildren.meta.icon"></vab-icon>
|
</span>
|
||||||
</span>
|
<span>{{ routeChildren.meta.title }}</span>
|
||||||
<span>{{ routeChildren.meta.title }}</span>
|
|
||||||
</div>
|
|
||||||
</a-menu-item>
|
</a-menu-item>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user