Skip to content

Commit 8581090

Browse files
authored
fix(nuxt plugin): fix typo with bootstrap vue css import properties (#2618)
1 parent b89ed11 commit 8581090

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nuxt/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ module.exports = function nuxtBootstrapVue(moduleOptions = {}) {
1414
...moduleOptions
1515
}
1616

17-
const bootstrapVueCSS = pickFirst(options.bootstrapVueCSS, options.bootstrapCss, options.bvCSS)
17+
const bootstrapVueCSS = pickFirst(options.bootstrapVueCSS, options.bootstrapVueCss, options.bvCSS)
1818
if (bootstrapVueCSS) {
1919
// Add BootstrapVue CSS
2020
this.options.css.unshift('bootstrap-vue/dist/bootstrap-vue.css')

0 commit comments

Comments
 (0)