color-mode icon indicating copy to clipboard operation
color-mode copied to clipboard

Cannot read properties of undefined (reading 'app')

Open Croodo opened this issue 1 year ago • 0 comments

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: ''
},

Croodo avatar Mar 02 '23 18:03 Croodo