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>
|
||||
<a-menu-item :key="routeChildren.path">
|
||||
<div @click="handleLink">
|
||||
<span class="anticon">
|
||||
<vab-icon :icon="routeChildren.meta.icon"></vab-icon>
|
||||
</span>
|
||||
<span>{{ routeChildren.meta.title }}</span>
|
||||
</div>
|
||||
<a-menu-item :key="routeChildren.path" @click.capture="handleLink">
|
||||
<span class="anticon">
|
||||
<vab-icon :icon="routeChildren.meta.icon"></vab-icon>
|
||||
</span>
|
||||
<span>{{ routeChildren.meta.title }}</span>
|
||||
</a-menu-item>
|
||||
</template>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue