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

Commit aebde98

Browse files
authored
Create browser-icons.js
1 parent ad27b9f commit aebde98

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/browser-icons.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
// Main entry point for the browser icons-only build
2+
import { vueUse } from './utils/plugins'
3+
4+
import { BootstrapVueIcons } from './index'
5+
6+
// Auto installation only occurs if window.Vue exists
7+
vueUse(BootstrapVueIcons)
8+
9+
export default BootstrapVueIcons

0 commit comments

Comments
 (0)