better file previews
This commit is contained in:
@@ -18,8 +18,7 @@ const sortedEntries = computed(() =>
|
||||
<DirectoryEntry
|
||||
v-for="entry in sortedEntries"
|
||||
:key="entry.name"
|
||||
:name="entry.name"
|
||||
:file-type="entry.fileType"
|
||||
:entry="entry"
|
||||
:disabled="isLoading"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user