UNPKG

bootstrap-vue

Version:

BootstrapVue, with over 40 plugins and more than 80 custom components, provides one of the most comprehensive implementations of Bootstrap v4 components and grid system for Vue.js. With extensive and automated WAI-ARIA accessibility markup.

10 lines (6 loc) 224 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