mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-19 14:31:47 +01:00
8 lines
279 B
Vue
8 lines
279 B
Vue
<template>
|
|
<UAvatarGroup>
|
|
<UAvatar src="https://github.com/benjamincanac.png" alt="Benjamin Canac" />
|
|
<UAvatar src="https://github.com/romhml.png" alt="Romain Hamel" />
|
|
<UAvatar src="https://github.com/noook.png" alt="Neil Richter" />
|
|
</UAvatarGroup>
|
|
</template>
|