Skip to content

Commit

Permalink
feat(modules): add nuxtlabs-ui
Browse files Browse the repository at this point in the history
  • Loading branch information
atinux committed Jun 19, 2023
1 parent 33b883c commit 4e69df4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions detectors/nuxt.modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -486,5 +486,16 @@
"detectors": {
"js": "window.__NUXT__?.config?.public?.directus"
}
},
"nuxtlabs-ui": {
"metas": {
"slug": "nuxtlabs-ui",
"name": "@nuxthq/ui",
"imgPath": null,
"url": "https://ui.nuxtlabs.com"
},
"detectors": {
"js": "window.__unctx__?.get('nuxt-app')?.use()._appConfig?.ui?.primary"
}
}
}

0 comments on commit 4e69df4

Please sign in to comment.