Skip to content

Commit 8a55838

Browse files
authored
feat: add nuxt-custom-elements module (#56)
1 parent b059460 commit 8a55838

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

detectors/nuxt.modules.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -427,5 +427,16 @@
427427
"detectors": {
428428
"js": "window.$nuxt?.$typo3"
429429
}
430+
},
431+
"nuxt-custom-elements": {
432+
"metas": {
433+
"slug": "nuxt-custom-elements",
434+
"name": "nuxt-custom-elements",
435+
"imgPath": "/modules/custom-elements.svg",
436+
"url": "https://nuxt-custom-elements.grabarzundpartner.dev"
437+
},
438+
"detectors": {
439+
"js": "window.$nuxt?.$customElements"
440+
}
430441
}
431442
}

icons/modules/custom-elements.svg

Lines changed: 17 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)