Skip to content

Commit a2ca40f

Browse files
committed
🐛 修复 3d 文件无法预览 bug
1 parent 3bf540d commit a2ca40f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/composables/file/useFileData.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ let globalConfigStore = useGlobalConfigStore();
3131

3232
// 引入文件预览组件
3333
import useFilePreview from '~/composables/file/useFilePreview';
34-
const { openAudio, openImage, openOffice, openPdf, openText, openVideo } = useFilePreview();
34+
const { openAudio, openImage, openOffice, openPdf, openText, openVideo, open3d } = useFilePreview();
3535

3636
// 文件操作相关
3737
import useFileOperator from '~/composables/file/useFileOperator';

0 commit comments

Comments
 (0)