UNPKG

bootstrap-vue

Version:

BootstrapVue, with over 40 plugins and more than 75 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.

17 lines (13 loc) 374 B
"use strict"; exports.__esModule = true; exports.default = void 0; var _vue = _interopRequireDefault(require("vue")); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } // // Single point of contact for Vue // // TODO: // Conditionally import Vue if no global Vue // var _default = _vue.default; exports.default = _default;