Website/frontend/app/pages/index.vue
2025-12-08 22:30:09 +01:00

11 lines
No EOL
245 B
Vue

<template>
<UPage>
<UPageHero title="Hello world"/>
<UPageBody>
Hi!
</UPageBody>
</UPage>
<!-- <UContainer class="flex items-center justify-center min-h-screen">
<div>Hello world!</div>
</UContainer> -->
</template>