mirror of
https://gitee.com/ElemeFE/element.git
synced 2024-12-03 04:39:09 +08:00
8 lines
165 B
JavaScript
8 lines
165 B
JavaScript
const Pagination = require('./src/pagination');
|
|
|
|
Pagination.install = function(Vue) {
|
|
Vue.component(Pagination.name, Pagination);
|
|
};
|
|
|
|
module.exports = Pagination;
|