🌐 AI搜索 & 代理 主页
Skip to content

Commit 25080ca

Browse files
committed
chore(docs): correct comment to Nuxt.js module icons option
1 parent 72ffbdb commit 25080ca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/markdown/intro/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,8 @@ All Icons:
581581
module.exports = {
582582
modules: ['bootstrap-vue/nuxt'],
583583
bootstrapVue: {
584-
icons: true // Install the IconsPlugin (in addition to BootStrapVue plugin
584+
// Install the `IconsPlugin` plugin (in addition to `BootstrapVue` plugin)
585+
icons: true
585586
}
586587
}
587588
```

0 commit comments

Comments
 (0)