Blame view

node_modules/bootstrap-vue/src/browser-icons.js 259 Bytes
4cd4fd28   郭伟龙   feat: 初始化项目
1
2
3
4
5
6
7
8
9
// Main entry point for the browser icons-only build
import { vueUse } from './utils/plugins'

import { BootstrapVueIcons } from './icons-only'

// Auto installation only occurs if window.Vue exists
vueUse(BootstrapVueIcons)

export default BootstrapVueIcons