mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-21 07:21:46 +01:00
12 lines
182 B
Vue
12 lines
182 B
Vue
<script setup lang="ts">
|
|
extendCompodiumMeta({
|
|
combo: ['size']
|
|
})
|
|
</script>
|
|
|
|
<template>
|
|
<UChip>
|
|
<UAvatar src="https://github.com/benjamincanac.png" />
|
|
</UChip>
|
|
</template>
|