fix(sftp): use Nuxt auto-import names SftpFileTree/SftpFileEditor
This commit is contained in:
parent
aa1bbb28c4
commit
a9702795a4
@ -168,14 +168,14 @@ const breadcrumbs = computed(() => {
|
||||
|
||||
<!-- File tree area — either editor or directory listing -->
|
||||
<div class="flex-1 min-h-0 overflow-hidden">
|
||||
<FileEditor
|
||||
<SftpFileEditor
|
||||
v-if="fileContent"
|
||||
:file-path="fileContent.path"
|
||||
:content="fileContent.content"
|
||||
@save="handleSave"
|
||||
@close="fileContent = null"
|
||||
/>
|
||||
<FileTree
|
||||
<SftpFileTree
|
||||
v-else
|
||||
:entries="entries"
|
||||
:current-path="currentPath"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user