mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 12:14:41 +01:00
12 lines
144 B
Vue
12 lines
144 B
Vue
<script setup lang="ts">
|
|
extendCompodiumMeta({
|
|
defaultProps: {
|
|
name: 'lucide:rocket'
|
|
}
|
|
})
|
|
</script>
|
|
|
|
<template>
|
|
<UIcon />
|
|
</template>
|