Skip to content

Commit

Permalink
Refactor #2977
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu committed Sep 23, 2022
1 parent 5ef0a1a commit 2b2aa28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/breadcrumb/Breadcrumb.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<nav class="p-breadcrumb p-component" role="navigation">
<nav class="p-breadcrumb p-component">
<ul>
<BreadcrumbItem v-if="home" :item="home" class="p-breadcrumb-home" :template="$slots.item" :exact="exact" />
<template v-for="item of model" :key="item.label">
Expand Down

0 comments on commit 2b2aa28

Please sign in to comment.