fix: minor bug in breadcrumb routing
This commit is contained in:
parent
ff970a8062
commit
5b9df676a4
@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<div>
|
<div>
|
||||||
<span v-for="(route, index) in routeData">
|
<span v-for="(route, index) in routeData">
|
||||||
<a href="route.route">{{ route.label }}</a><span> / </span>
|
<router-link :to="route.route">{{ route.label }}</router-link><span> / </span>
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user