Blame view

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

import { BootstrapVue } from './index'

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

export default BootstrapVue