mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 20:19:34 +01:00
13 lines
183 B
Vue
13 lines
183 B
Vue
<script setup lang="ts">
|
|
extendCompodiumMeta({
|
|
defaultProps: {
|
|
}
|
|
})
|
|
</script>
|
|
|
|
<template>
|
|
<UContainer>
|
|
<Placeholder class="h-32 aspect-video" />
|
|
</UContainer>
|
|
</template>
|