index.js 248 Bytes Edit 1 2 3 4 5 6 7 8 9 10 import Pagination from './Pagination'; export { PaginationProps, PaginationConfig } from './Pagination'; /* istanbul ignore next */ Pagination.install = function (Vue) { Vue.component(Pagination.name, Pagination); }; export default Pagination;