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.
1 parent 3bf4efc commit 73d764dCopy full SHA for 73d764d
detectors/nuxt.modules.json
@@ -317,5 +317,27 @@
317
"detectors": {
318
"js": "window.$nuxt && window.$nuxt.$options.context.app.$content"
319
}
320
+ },
321
+ "@nuxtjs/color-mode": {
322
+ "metas": {
323
+ "slug": "nuxtjs-color-mode",
324
+ "name": "@nuxtjs/color-mode",
325
+ "imgPath": null,
326
+ "url": "https://github.com/nuxt-community/color-mode-module"
327
328
+ "detectors": {
329
+ "js": "window.$nuxt && window.$nuxt.$options.context.app.$colorMode"
330
+ }
331
332
+ "nuxt-ackee": {
333
334
+ "slug": "nuxt-ackee",
335
+ "name": "nuxt-ackee",
336
337
+ "url": "https://github.com/bdrtsky/nuxt-ackee"
338
339
340
+ "js": "window.$nuxt && window.$nuxt.$options.context.app.$ackee"
341
342
343
0 commit comments