mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 20:19:34 +01:00
13 lines
215 B
Vue
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>
|