test: Add bg-blue-500 to app.vue for Tailwind CSS diagnostic

This commit is contained in:
2025-10-01 21:07:34 -04:00
parent 3a818dd609
commit a68158c710

View File

@@ -1,5 +1,5 @@
<template>
<div>
<div class="bg-blue-500">
<NuxtPage />
</div>
</template>