empty page refactored

This commit is contained in:
Peter Papp
2021-08-20 17:51:58 +02:00
parent b5a8fe8b1a
commit b23259309c
15 changed files with 85 additions and 101 deletions
+4
View File
@@ -36,6 +36,10 @@
<template v-slot:file-actions-mobile>
<!-- todo: Implement mobile buttons-->
</template>
<template v-slot:empty-file-page>
<h1 class="title">{{ $t('empty_page.title') }}</h1>
</template>
</FileBrowser>
</div>
</template>