mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-15 04:29:37 +01:00
13 lines
210 B
Vue
13 lines
210 B
Vue
<script setup lang="ts">
|
|
extendCompodiumMeta({
|
|
combo: ['size', 'variant'],
|
|
defaultProps: {
|
|
avatar: { src: 'https://github.com/benjamincanac.png' }
|
|
}
|
|
})
|
|
</script>
|
|
|
|
<template>
|
|
<UButton />
|
|
</template>
|