nuxt-start/pages/index.vue
2024-12-30 16:51:19 +01:00

13 lines
468 B
Vue

<script setup>
</script>
<template>
<div class="flex items-center justify-center min-h-dvh p-10">
<div class="flex items-center justify-center p-10">
<section class="bg-white dark:bg-surface-900 p-10 rounded-xl flex flex-col gap-8 max-w-3xl ">
<h1 class="text-4xl text-black dark:text-white font-bold text-center">Nuxt + Tailwind CSS + PrimeVue
</h1>
</section>
</div>
</div>
</template>