Files
ui/playground/compodium/examples/USwitchExample.vue
Romain Hamel f941df1541 chore: up
2025-03-28 08:58:21 +01:00

12 lines
144 B
Vue

<script setup lang="ts">
extendCompodiumMeta({
defaultProps: {
label: 'Switch me!'
}
})
</script>
<template>
<USwitch />
</template>