Skip to content

Commit

Permalink
chore(docs): correct comment to Nuxt.js module icons option
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobmllr95 committed Nov 10, 2020
1 parent 72ffbdb commit 25080ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/markdown/intro/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,8 @@ All Icons:
module.exports = {
modules: ['bootstrap-vue/nuxt'],
bootstrapVue: {
icons: true // Install the IconsPlugin (in addition to BootStrapVue plugin
// Install the `IconsPlugin` plugin (in addition to `BootstrapVue` plugin)
icons: true
}
}
```
Expand Down

0 comments on commit 25080ca

Please sign in to comment.