mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 20:19:34 +01:00
13 lines
187 B
Vue
13 lines
187 B
Vue
<script setup lang="ts">
|
|
extendCompodiumMeta({
|
|
combo: ['size'],
|
|
defaultProps: {
|
|
src: 'https://github.com/benjamincanac.png'
|
|
}
|
|
})
|
|
</script>
|
|
|
|
<template>
|
|
<UAvatar />
|
|
</template>
|