NuclearDispersionSystem/ant-design-vue-jeecg/node_modules/vxe-table/packages/footer/index.js
2023-09-14 14:47:11 +08:00

9 lines
208 B
Java

import VxeTableFooter from './src/footer'
VxeTableFooter.install = function (Vue) {
Vue.component(VxeTableFooter.name, VxeTableFooter)
}
export const Footer = VxeTableFooter
export default VxeTableFooter