- pdf implementation

- file preview refactoring
This commit is contained in:
Peter Papp
2021-04-16 10:27:09 +02:00
parent 9105ce8bb1
commit b105c9fc8f
15 changed files with 2339 additions and 1514 deletions

View File

@@ -47,7 +47,10 @@ import SortingAndPreviewIcon from '@/components/FilesView/Icons/SortingAndPrevie
export default {
name: "ToolbarButton",
props: ["source", "action"],
props: [
'source',
'action'
],
components: {
SortingAndPreviewIcon,
CornerDownRightIcon,