smastrom / vue-collapsed

🏋️‍♂️ CSS height transition from any to auto and vice versa for Vue and Nuxt. Accordion ready.
https://vue-collapsed.pages.dev
MIT License
123 stars 8 forks source link

SSR problem: layout shift #21

Closed zhaivoronok closed 6 months ago

zhaivoronok commented 6 months ago

In Nuxt.js from server I get plain html without base styles (like display: none; if content is collapsed), and styles applied only on mounted. It will be great if proper styles will come from server so no layout shift will be there.

smastrom commented 6 months ago

Hi @zhaivoronok, you're right. This is because I made the mistake to not setup the playground on Nuxt (like I did for my other packages).

Expect a fix in the afternoon.