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 6aae342 commit 8cd066dCopy full SHA for 8cd066d
src/module.ts
@@ -7,7 +7,7 @@ const moduleList = ["bootstrap", "@popperjs/core"];
7
export default defineNuxtModule<ModuleOptions>({
8
meta: {
9
name: "nuxt-bootstrap-css",
10
- configKey: "bootstrap",
+ configKey: "bootstrapCSS",
11
},
12
// Default configuration options of the Nuxt module
13
defaults: {},
0 commit comments