Help to understand, there nuxt.config.js
Included SSR (universal mod), the page is loaded for 5-10 seconds. In the source code gets all the vuetify. How to fix?
plugins: [
'~components/global',
'~plugins/i18n',
'~plugins/axios',
'~plugins/fontawesome',
{ src: '~/plugins/snackstack', ssr: false },
{ src: '~plugins/socke...