nuxt-modules / color-mode

Dark and Light mode with auto detection made easy with Nuxt 🌗
https://color-mode.nuxtjs.org
MIT License
1.08k stars 99 forks source link

Cannot read properties of undefined (reading 'app') #185

Open Croodo opened 1 year ago

Croodo commented 1 year ago

The Module throws an error "Cannot read properties of undefined (reading 'app')" .

@nuxtjs/color-mode": "^3.2.0

config

 modules: [
    '@nuxtjs/color-mode'
      ],
      colorMode: {
    classSuffix: ''
  },