Files
ui/playground/app.vue
2023-07-19 13:21:39 +02:00

8 lines
178 B
Vue

<template>
<UContainer class="min-h-screen flex items-center">
<UCard class="flex-1 text-center">
Welcome to the playground!
</UCard>
</UContainer>
</template>