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 423b43f commit e9b48f4Copy full SHA for e9b48f4
docs/markdown/intro/README.md
@@ -143,6 +143,23 @@ want to globally install in your Nuxt.js project.
143
}
144
```
145
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
163
## Vue CLI 2
164
165
BootstrapVue has two Vue CLI templates available:
0 commit comments