mirror of
https://gitee.com/xuliangzhan_admin/vxe-table.git
synced 2026-01-21 05:27:57 +08:00
13 lines
239 B
JavaScript
13 lines
239 B
JavaScript
import Table from '../table'
|
|
import VXETable from '../v-x-e-table'
|
|
import Methods from './src/methods'
|
|
|
|
export const Export = {
|
|
install () {
|
|
VXETable._export = 1
|
|
Object.assign(Table.methods, Methods)
|
|
}
|
|
}
|
|
|
|
export default Export
|