This commit is contained in:
2026-07-07 00:21:53 +08:00
parent 8ad8af7e6b
commit b1d318ae52
7 changed files with 55 additions and 20 deletions

View File

@@ -149,6 +149,7 @@ const showSettings = ref(false);
v-if="rootEntry"
:entry="rootEntry"
:depth="0"
:currentFilePath="currentFilePath"
@toggle-folder="(path: string) => emit('toggleFolder', path)"
@open-file="(path: string) => emit('openFile', path)"
/>