mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-21 23:40:39 +01:00
12 lines
198 B
Vue
12 lines
198 B
Vue
<script setup lang="ts">
|
|
extendCompodiumMeta({
|
|
combo: ['position']
|
|
})
|
|
</script>
|
|
|
|
<template>
|
|
<UChip>
|
|
<UButton icon="i-lucide-inbox" color="neutral" variant="subtle" />
|
|
</UChip>
|
|
</template>
|