glowing-fiesta/app/app.vue
Liviu Burcusel 82acb354ca
8 primevue install (#9)
* Added PrimeVue with TailwindCSS support and modified Homepage to test the changes.

* Configured vitest to use PrimeVue and wrote a quick test for home page
2025-10-26 19:54:14 +01:00

8 lines
165 B
Vue

<template>
<div>
<NuxtRouteAnnouncer />
<div class="w-full min-h-screen flex justify-center items-top">
<NuxtPage />
</div>
</div>
</template>