https://preview.c9users.io/lowryder/nuxt-vuetify
files: https://preview.c9users.io/lowryder/nuxt-vuetify
code at c9.io: https://ide.c9.io/lowryder/nuxt-vuetify
result: http://nuxt-vuetify-lowryder.c9users.io:8081/
1) Install nuxt
2) install vuetify 1.2.1 or "nuxtjs/vuetify"
3) install "nuxt-i18n": "^5.2.1"
4)
/nuxt.config.js
modules: [
'@nuxtjs/vuetify',
['nuxt-i18n', {
// No options
}]
]
vuetify with normal (color) styling
vuetify has no colors

@oanstein, could this be the same problem as issue 100? If you use the same workaround (seo: false), does it fix your issue?
@adi-zz the workaround (seo: false) does indeed "fix" this issue
This bug-report has been cancelled by @manniL.
Duplicate of https://cmty.app/nuxt/nuxt-i18n/issues/c93
Most helpful comment
@adi-zz the workaround (seo: false) does indeed "fix" this issue