We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@nuxtjs/color-mode
1 parent d7fabbf commit 15adce5Copy full SHA for 15adce5
detectors/nuxt.modules.json
@@ -315,7 +315,7 @@
315
"url": "https://color-mode.nuxtjs.org"
316
},
317
"detectors": {
318
- "js": "window.$nuxt?.$options?.context?.app?.$colorMode || window.$nuxt?.$colorMode || (window.__NUXT__?.state && window.__NUXT__?.state['color-mode'])"
+ "js": "window.$nuxt?.$options?.context?.app?.$colorMode || window.$nuxt?.$colorMode || (window.__NUXT__?.state && window.__NUXT__?.state['color-mode']) || window.__NUXT_COLOR_MODE__ "
319
}
320
321
"nuxt-ackee": {
0 commit comments