mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-17 13:38:07 +01:00
fix(VerticalNavigation): link.avatar is now an object
This commit is contained in:
@@ -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]"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user