fix(web): 修复导入错误导致的渲染 bug

This commit is contained in:
Wenjie Zhang 2026-03-31 12:11:10 +08:00
parent 8d12be99af
commit ea4cecc354

View File

@ -70,6 +70,7 @@
import { computed, onUnmounted, ref, watch } from 'vue'
import { ChevronDown, Download, Eye, FolderOutput } from 'lucide-vue-next'
import AgentFilePreview from '@/components/AgentFilePreview.vue'
import { getFileIcon, getFileIconColor } from '@/utils/file_utils'
import { getPreviewTypeByPath } from '@/utils/file_preview'
import { downloadViewerFile, getViewerFileContent } from '@/apis/viewer_filesystem'