UNPKG

custom-bootstrap-vue

Version:

Custom version of bootstrap-vue created for providing specific theme to a particular project

10 lines (6 loc) 228 B
// 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