mirror of
https://gitee.com/xuliangzhan_admin/vxe-table.git
synced 2026-01-21 05:27:57 +08:00
10 lines
231 B
JavaScript
10 lines
231 B
JavaScript
import ExportMethods from './src/export'
|
|
import { ExportTools } from '../tools'
|
|
|
|
ExportMethods.install = function () {
|
|
Object.assign(ExportTools, ExportMethods)
|
|
}
|
|
|
|
export const Export = ExportMethods
|
|
export default ExportMethods
|