修改 hook 位置.

This commit is contained in:
lijiahang
2024-07-29 10:25:11 +08:00
parent 29b44b8b77
commit c842de9e23
33 changed files with 96 additions and 94 deletions

View File

@@ -145,7 +145,7 @@
import type { SftpFile, ISftpSession } from '../../types/define';
import type { VNodeRef } from 'vue';
import { ref, computed, watch, inject } from 'vue';
import { useRowSelection } from '@/types/table';
import { useRowSelection } from '@/hooks/table';
import { dateFormat } from '@/utils';
import { setAutoFocus } from '@/utils/dom';
import { copy } from '@/hooks/copy';