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

Commit e2947ae

Browse files
authored
Update README.md
1 parent 6befe5d commit e2947ae

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/icons/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,14 @@ export default {
8888
}
8989
```
9090

91+
If you are only using the BootstrapVue icons or `IconsPlugin` in your project, you can also just
92+
import the required icons CSS:
93+
94+
95+
```js
96+
import 'bootstrap-vue/dist/bootstrap-vue-icons.min.css`
97+
```
98+
9199
### Icon components
92100
93101
You can either uses individual icon components, or use the icon helper component `<b-icon>`, to

0 commit comments

Comments
 (0)