You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since v0.18.0, adding the configFile to customize the vuetify/settings scss variables breaks the vuetify styling on server side.
When loading the app, we can see the components have no style, and then it gets loaded on client side correctly.
Since v0.18.0, adding the
configFile
to customize thevuetify/settings
scss variables breaks the vuetify styling on server side.When loading the app, we can see the components have no style, and then it gets loaded on client side correctly.
Reverting the version to v0.17.x fixes the issue.
Reproduction on Stackblitz: https://stackblitz.com/edit/github-6wavaj?file=package.json
The text was updated successfully, but these errors were encountered: