Skip to content

Commit

Permalink
fix(VerticalNavigation): link.avatar is now an object
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac committed Jun 28, 2022
1 parent f0835cf commit d733e25
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/runtime/components/navigation/VerticalNavigation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
<slot name="avatar" :link="link">
<Avatar
v-if="link.avatar"
:src="link.avatar"
v-bind="link.avatar"
:class="[avatarBaseClass, link.label && avatarSpacingClass]"
/>
Expand Down

0 comments on commit d733e25

Please sign in to comment.