brick
Page transitions occur after content has loaded between pages that re-use components
@ap how are you loading the data for these components? I am loading my data through Pinia, and in order to fix the issue I previously had I used LazyAsyncData and a fallback template. This combination of things fixed the issue I had. I'm happy to look at your code more if you can provide any more information about it.
Here is a quick example of what my component looks like (using posts as an example)
11 replies
Adding Types To Nuxt Module
Hello! Sorry for the delayed reply - I was away from my computer for a bit.
I couldn't remember what I ended up doing but just looked back at my code and I put all of the interfaces in each component. Ended up working pretty well for my needs but not necessarily a fix to the issue. Hope you get it figured out!
14 replies