frontend refactoring

This commit is contained in:
Peter Papp
2021-08-10 17:49:22 +02:00
parent 98688b81c0
commit dc60ba972f
203 changed files with 1309 additions and 1302 deletions

View File

@@ -2,7 +2,7 @@
<img
id="printable-file"
class="file"
:class="{'file-shadow': ! this.$isMobile() }"
:class="{'file-shadow': ! $isMobile() }"
:src="file.file_url"
/>
</template>