mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-27 10:20:42 +01:00
docs: update
This commit is contained in:
@@ -49,7 +49,7 @@
|
|||||||
</button>
|
</button>
|
||||||
|
|
||||||
<template #item-with-avatar="{ item }">
|
<template #item-with-avatar="{ item }">
|
||||||
<UAvatar v-if="item.avatar" :src="item.avatar" size="xs" class="mr-3" />
|
<UAvatar v-if="item.avatar" :src="item.avatar" size="xxs" class="mr-3" />
|
||||||
|
|
||||||
{{ item.label }}
|
{{ item.label }}
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Reference in New Issue
Block a user