mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-19 14:31:47 +01:00
8 lines
178 B
Vue
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>
|