🔨 优化导包.
This commit is contained in:
@@ -142,7 +142,7 @@
|
||||
</script>
|
||||
|
||||
<script lang="ts" setup>
|
||||
import type { TableData } from '@arco-design/web-vue/es/table/interface';
|
||||
import type { TableData } from '@arco-design/web-vue';
|
||||
import type { SftpFile, ISftpSession } from '../../types/define';
|
||||
import { ref, computed, watch, inject } from 'vue';
|
||||
import { useRowSelection } from '@/hooks/table';
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { TableColumnData } from '@arco-design/web-vue/es/table/interface';
|
||||
import type { TableColumnData } from '@arco-design/web-vue';
|
||||
import { getFileSize } from '@/utils/file';
|
||||
|
||||
// 表格列
|
||||
|
||||
Reference in New Issue
Block a user