I18n-module: nuxt-i18n breaks colors of vuetify 1.2.1

Created on 2 Sep 2018  路  3Comments  路  Source: nuxt-community/i18n-module

Version

v5.2.1

Reproduction link

https://preview.c9users.io/lowryder/nuxt-vuetify

Steps to reproduce

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
    }]
  ]

What is expected ?

vuetify with normal (color) styling

What is actually happening?

vuetify has no colors
Bildschirmfoto 2018-09-02 um 16.57.42.png

This bug report is available on Nuxt community (#c129)

Most helpful comment

@adi-zz the workaround (seo: false) does indeed "fix" this issue

All 3 comments

@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

Was this page helpful?
0 / 5 - 0 ratings