I'm on "nuxt": "2.15.4"
, "@nuxtjs/vuetify": "1.12.1"
and "sass": "1.32.13"
and have a navbar component added to my default layout that uses v-navigation-drawer
and at first moment of page load there is a flicker and every thing (drawer) splashed on screen and after that css is loaded.
I have read nuxt-css-issue this and kinda understand that it's because of nuxt and vuetify behaviour . so is there any way to solve this?? It's really ugly when you load the app !!
oh btw I use nuxt universal ssr and for vuetify treeShake is true