mirror of
https://gitee.com/chu1204505056/vue-admin-beautiful.git
synced 2025-10-08 18:20:01 +08:00
Merge pull request #126 from TothingWay/vue3.0-antdv
This commit is contained in:
commit
f924cf39ab
@ -1,11 +1,9 @@
|
||||
<template>
|
||||
<a-menu-item :key="routeChildren.path">
|
||||
<div @click="handleLink">
|
||||
<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>
|
||||
</div>
|
||||
</a-menu-item>
|
||||
</template>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user