mirror of
https://gitee.com/xuliangzhan_admin/vxe-table.git
synced 2026-01-21 05:27:57 +08:00
10 lines
200 B
JavaScript
10 lines
200 B
JavaScript
import VxeTableFooter from './src/footer'
|
|
|
|
export const Footer = Object.assign(VxeTableFooter, {
|
|
install (Vue) {
|
|
Vue.component(VxeTableFooter.name, VxeTableFooter)
|
|
}
|
|
})
|
|
|
|
export default Footer
|