fix(web): 修复导入错误导致的渲染 bug
This commit is contained in:
parent
8d12be99af
commit
ea4cecc354
@ -70,6 +70,7 @@
|
|||||||
import { computed, onUnmounted, ref, watch } from 'vue'
|
import { computed, onUnmounted, ref, watch } from 'vue'
|
||||||
import { ChevronDown, Download, Eye, FolderOutput } from 'lucide-vue-next'
|
import { ChevronDown, Download, Eye, FolderOutput } from 'lucide-vue-next'
|
||||||
import AgentFilePreview from '@/components/AgentFilePreview.vue'
|
import AgentFilePreview from '@/components/AgentFilePreview.vue'
|
||||||
|
import { getFileIcon, getFileIconColor } from '@/utils/file_utils'
|
||||||
import { getPreviewTypeByPath } from '@/utils/file_preview'
|
import { getPreviewTypeByPath } from '@/utils/file_preview'
|
||||||
import { downloadViewerFile, getViewerFileContent } from '@/apis/viewer_filesystem'
|
import { downloadViewerFile, getViewerFileContent } from '@/apis/viewer_filesystem'
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user