We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad27b9f commit aebde98Copy full SHA for aebde98
src/browser-icons.js
@@ -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