Skip to content

Commit e9b48f4

Browse files
authored
Update README.md
1 parent 423b43f commit e9b48f4

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

docs/markdown/intro/README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,23 @@ want to globally install in your Nuxt.js project.
143143
}
144144
```
145145

146+
### Passing custom BootstrapVue config with Nuxt.js
147+
148+
If you need to pass a custom
149+
[BootstrapVue configuration](/docs/misc/settings#default-bootstrapvue-configuration), you may due so
150+
by setting the `config` property in your `nuxt.config.js`:
151+
152+
```js
153+
{
154+
modules: ['bootstrap-vue/nuxt'],
155+
bootstrapVue: {
156+
config: {
157+
// Custom config options here
158+
}
159+
}
160+
}
161+
```
162+
146163
## Vue CLI 2
147164

148165
BootstrapVue has two Vue CLI templates available:

0 commit comments

Comments
 (0)