Skip to content

Commit 73d764d

Browse files
committed
feat(detectors): add nuxtjs-color-mode and nuxt-ackee
1 parent 3bf4efc commit 73d764d

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

detectors/nuxt.modules.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,5 +317,27 @@
317317
"detectors": {
318318
"js": "window.$nuxt && window.$nuxt.$options.context.app.$content"
319319
}
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+
"metas": {
334+
"slug": "nuxt-ackee",
335+
"name": "nuxt-ackee",
336+
"imgPath": null,
337+
"url": "https://github.com/bdrtsky/nuxt-ackee"
338+
},
339+
"detectors": {
340+
"js": "window.$nuxt && window.$nuxt.$options.context.app.$ackee"
341+
}
320342
}
321343
}

0 commit comments

Comments
 (0)