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

Commit 51f22ec

Browse files
authored
Update README.md
1 parent 3f7b88a commit 51f22ec

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/icons/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,18 @@ library:
127127
</head>
128128
```
129129

130+
If using just the icons:
131+
132+
```html
133+
<head>
134+
<link type="text/css" rel="stylesheet" href="//unpkg.com/bootstrap/dist/css/bootstrap.min.css" />
135+
<link type="text/css" rel="stylesheet" href="//unpkg.com/bootstrap-vue@latest/dist/bootstrap-vue-icons.min.css" />
136+
<!-- Load Vue followed by BootstrapVueIcons -->
137+
<script src="//unpkg.com/vue@latest/dist/vue.min.js"></script>
138+
<script src="//unpkg.com/bootstrap-vue@latest/dist/bootstrap-vue-icons.min.js"></script>
139+
</head>
140+
```
141+
130142
### Icon components
131143

132144
You can either uses individual icon components, or use the icon helper component `<b-icon>`, to

0 commit comments

Comments
 (0)