mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 16:22:14 +00:00
- pdf implementation
- file preview refactoring
This commit is contained in:
@@ -47,7 +47,10 @@ import SortingAndPreviewIcon from '@/components/FilesView/Icons/SortingAndPrevie
|
||||
|
||||
export default {
|
||||
name: "ToolbarButton",
|
||||
props: ["source", "action"],
|
||||
props: [
|
||||
'source',
|
||||
'action'
|
||||
],
|
||||
components: {
|
||||
SortingAndPreviewIcon,
|
||||
CornerDownRightIcon,
|
||||
|
||||
Reference in New Issue
Block a user