mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-31 04:07:56 +01:00
chore(playground): compodium setup
This commit is contained in:
11
playground/compodium/examples/UBadge/UBadgeExample.vue
Normal file
11
playground/compodium/examples/UBadge/UBadgeExample.vue
Normal file
@@ -0,0 +1,11 @@
|
||||
<script setup lang="ts">
|
||||
extendCompodiumMeta({
|
||||
defaultProps: {
|
||||
label: 'Badge'
|
||||
}
|
||||
})
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<UBadge />
|
||||
</template>
|
||||
Reference in New Issue
Block a user