mirror of
https://gitee.com/xuliangzhan_admin/vxe-table.git
synced 2026-01-21 05:27:57 +08:00
13 lines
247 B
TypeScript
13 lines
247 B
TypeScript
import editHook from './src/hook'
|
|
import { VXETable } from '../v-x-e-table'
|
|
|
|
export const VxeModuleEdit = {
|
|
install (): void {
|
|
VXETable.hooks.add('$tableEdit', editHook)
|
|
}
|
|
}
|
|
|
|
export const Edit = VxeModuleEdit
|
|
|
|
export default VxeModuleEdit
|