mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-20 23:11:43 +01:00
12 lines
168 B
Vue
12 lines
168 B
Vue
<script setup lang="ts">
|
|
extendCompodiumMeta({
|
|
defaultProps: {
|
|
src: 'https://github.com/benjamincanac.png'
|
|
}
|
|
})
|
|
</script>
|
|
|
|
<template>
|
|
<UAvatar />
|
|
</template>
|