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