✨ Site > Order files and versions
This commit is contained in:
@@ -4,6 +4,6 @@
|
||||
</a>
|
||||
<div v-show="open">
|
||||
<files-tree-folder v-for="folder of content.folders" :key="folder.name" :content="folder" :depth="depth + 1"></files-tree-folder>
|
||||
<files-tree-file v-for="file of content.files" :key="file.data.path.full" :content="file" :depth="depth + 1"></files-tree-file>
|
||||
<files-tree-file v-for="file of files" :key="file.data.path.full" :content="file" :depth="depth + 1"></files-tree-file>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user