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
{{ message }}
This repository was archived by the owner on Oct 18, 2019. It is now read-only.
Vuetify: 1.5.14 Vue: 2.6.10 Browsers: Chrome 75.0.3770.80 OS: Linux x86_64
Steps to reproduce
Grab the repo, build and run in production mode. Make sure to have the network tab open to disable cache. You can see as you refresh that some vuetify styles load late and the elements change.
Expected Behavior
There should be no jump in style as they should be loaded already from nuxt SSR.
Actual Behavior
The styles seem to be loaded via javascript so you can see the elements jump.