mirror of
https://github.com/MCSManager/MCSManager.git
synced 2025-01-24 15:14:01 +08:00
Feat: extraction code
This commit is contained in:
parent
870cf20d2f
commit
2ad6ab4f4f
@ -14,6 +14,7 @@ import { throttle } from "lodash";
|
||||
import { getExtName, getFileIcon } from "@/tools/fileManager";
|
||||
|
||||
import { useFileManager } from "@/hooks/usefileManager";
|
||||
import FileEditor from "./dialogs/FileEditor.vue";
|
||||
|
||||
import type { DataType, OperationForm, Breadcrumb } from "@/types/fileManager";
|
||||
|
||||
@ -153,7 +154,6 @@ setInterval(async () => {
|
||||
await getFileStatus();
|
||||
}, 3000);
|
||||
|
||||
import FileEditor from "./dialogs/FileEditor.vue";
|
||||
const FileEditorDialog = ref<InstanceType<typeof FileEditor>>();
|
||||
|
||||
const editFile = (fileName: string) => {
|
||||
|
Loading…
Reference in New Issue
Block a user