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 b89ed11 commit 8581090Copy full SHA for 8581090
nuxt/index.js
@@ -14,7 +14,7 @@ module.exports = function nuxtBootstrapVue(moduleOptions = {}) {
14
...moduleOptions
15
}
16
17
- const bootstrapVueCSS = pickFirst(options.bootstrapVueCSS, options.bootstrapCss, options.bvCSS)
+ const bootstrapVueCSS = pickFirst(options.bootstrapVueCSS, options.bootstrapVueCss, options.bvCSS)
18
if (bootstrapVueCSS) {
19
// Add BootstrapVue CSS
20
this.options.css.unshift('bootstrap-vue/dist/bootstrap-vue.css')
0 commit comments