import Pagination from './Pagination' const install = (Vue) => { Vue.component(Pagination.name, Pagination) } export default { install }