IamSebastn
IamSebastn
NNuxt
Created by IamSebastn on 9/8/2024 in #❓・help
Nuxt-Layout is Slow when rendering?
Thank you for the hint, I tried and it became a lot faster. Especially after visiting the page again. But unfortunatly on init-page load it's still quite heavy and takes 200+ ms..
5 replies
NNuxt
Created by IamSebastn on 9/8/2024 in #❓・help
Nuxt-Layout is Slow when rendering?
const { data: page } = await useAsyncData('page', () =>
client.getSingle('page'),
)
const { data: page } = await useAsyncData('page', () =>
client.getSingle('page'),
)
Yes, I'm using useAsyncData. That's why I'm wondering
5 replies
NNuxt
Created by IamSebastn on 9/8/2024 in #❓・help
Nuxt-Layout is Slow when rendering?
There's the difference. The initial page-load ist still quite heavy, altough I don't have any data on the side.
5 replies
NNuxt
Created by Tajeddine on 4/17/2024 in #❓・help
Vue router warnings
yep.. still doesn't work... so I think it's kinda bug... ty for your hint 👊🏻
11 replies
NNuxt
Created by Tajeddine on 4/17/2024 in #❓・help
Vue router warnings
I'll chime in here. I don't have any service workers active according to devtool. Nevertheless I get the same warning Vue Router warn]: No match found for location with path "mailto:... for external links. Although I have given NuxtLink external prop
11 replies
NNuxt
Created by IamSebastn on 6/5/2024 in #❓・help
Avoiding style-mismatch
Looks promising! Definitely taking a look at it ✌🏻
4 replies
NNuxt
Created by IamSebastn on 3/24/2024 in #❓・help
Delete Tailwind from Nuxt-Project
Okay, thanks @manniL / TheAlexLichter! So I just have to delete the NuxtWelcome component & the Tailwind should be gone?
5 replies
NNuxt
Created by IamSebastn on 3/1/2024 in #❓・help
Intercepting Routes
@Fabian B. Thanks buddy!
3 replies