Describe the bug
Vuetify critical CSS and theme CSS are not included in the SSR response. Instead they are applied at run time which causes a flash of unstyled content (FOUC).
Vuetify explicitly states that the theme CSS should be included in the SSR response:
Vuetify generates theme styles at run-time for SPA's and server side for SSR applications. The
generated styles will be placed in a
Module version
Describe the bug Vuetify critical CSS and theme CSS are not included in the SSR response. Instead they are applied at run time which causes a flash of unstyled content (FOUC). Vuetify explicitly states that the theme CSS should be included in the SSR response: