mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 20:19:34 +01:00
9 lines
146 B
Vue
9 lines
146 B
Vue
<template>
|
|
<UChip inset>
|
|
<UAvatar
|
|
src="https://github.com/benjamincanac.png"
|
|
alt="Benjamin Canac"
|
|
/>
|
|
</UChip>
|
|
</template>
|