admin管理员组

文章数量:1289581

I’m wondering if anyone knows of a way in Nuxt 3 to add an inital site loader (spinner or percentual) when site runs in SSR mode.

Note: not a loader between routes, but a loader when you first arrive at home page.

Can it be done? Or is that impossible since the loader would be part of the hydration process?

Not looking for solutions for client side rendering.

Thanks!

本文标签: server side renderingIs it possible to create an inital site loader in Nuxt in SSR modeStack Overflow