Skip to content

Commit

Permalink
Fix breadcrumb template URL in Vue
Browse files Browse the repository at this point in the history
  • Loading branch information
pqnet committed May 3, 2023
1 parent 1495d12 commit 97e7e8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agnostic-vue/src/components/Breadcrumb.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
>
<a
v-if="index !== routes.length - 1 && route.url"
href="{route.url}"
:href="route.url"
>{{ route.label }}</a>
<span v-else>{{ route.label }}</span>
</li>
Expand Down

0 comments on commit 97e7e8c

Please sign in to comment.