index.js 232 B

12345678
  1. import VueBootstrapPagination from './src/vue-bootstrap-pagination.vue'
  2. VueBootstrapPagination.install = function(Vue) {
  3. Vue.component(VueBootstrapPagination.name, VueBootstrapPagination)
  4. }
  5. export default VueBootstrapPagination