Files
ui/playground/compodium/examples/UAlert/UAlertExample.vue
2025-03-26 11:40:23 +01:00

13 lines
215 B
Vue

<script setup lang="ts">
extendCompodiumMeta({
defaultProps: {
title: 'Heads up!',
description: 'You can change the primary color in your app config.'
}
})
</script>
<template>
<UAlert />
</template>