docs: fix margin on example

This commit is contained in:
Benjamin Canac
2022-04-28 12:44:08 +02:00
parent f48dec0d60
commit 0f25820a49

View File

@@ -89,7 +89,7 @@
</button>
<template #item-with-avatar="{ item }">
<UAvatar v-if="item.avatar" :src="item.avatar" size="xxs" class="mr-3" />
<UAvatar v-if="item.avatar" :src="item.avatar" size="xxs" />
{{ item.label }}
</template>
</UDropdown>