mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 12:14:41 +01:00
docs: fix margin on example
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user