We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bf540d commit a2ca40fCopy full SHA for a2ca40f
src/composables/file/useFileData.js
@@ -31,7 +31,7 @@ let globalConfigStore = useGlobalConfigStore();
31
32
// 引入文件预览组件
33
import useFilePreview from '~/composables/file/useFilePreview';
34
-const { openAudio, openImage, openOffice, openPdf, openText, openVideo } = useFilePreview();
+const { openAudio, openImage, openOffice, openPdf, openText, openVideo, open3d } = useFilePreview();
35
36
// 文件操作相关
37
import useFileOperator from '~/composables/file/useFileOperator';
0 commit comments