Complete Loading Data and Index Route. HydrateFallback skipped BUT POSSIBLE.

This commit is contained in:
2025-04-15 21:19:15 +02:00
parent bfdceb73ec
commit 9657f731ab
4 changed files with 34 additions and 7 deletions

View File

@@ -59,6 +59,12 @@ button:active {
transform: translateY(1px);
}
#__nuxt {
display: flex;
width: 100%;
height: 100%;
}
#app {
display: flex;
width: 100%;