aboutsummaryrefslogtreecommitdiff
path: root/viewer/src/components/LdCommand.vue
diff options
context:
space:
mode:
authorOzoneGrif2020-02-27 18:18:37 +0100
committerGitHub2020-02-27 18:18:37 +0100
commit3e27a3cfa35359f6ffa83843aa2f2ad53f42f1d4 (patch)
tree9b4c12bd263013687f8cec3f0002122bd458aa49 /viewer/src/components/LdCommand.vue
parentd862c99d6ee74f25261c00fcfee3a6e551501f16 (diff)
parent7c2a2ff46469d5e8f44fb3ec7feae5f798e0baf8 (diff)
downloadldgallery-3e27a3cfa35359f6ffa83843aa2f2ad53f42f1d4.tar.gz
Merge pull request #162 from pacien/oz-architecture-fix
viewer: architectural fixes and improvements
Diffstat (limited to 'viewer/src/components/LdCommand.vue')
-rw-r--r--viewer/src/components/LdCommand.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/viewer/src/components/LdCommand.vue b/viewer/src/components/LdCommand.vue
index 367e08f..398107e 100644
--- a/viewer/src/components/LdCommand.vue
+++ b/viewer/src/components/LdCommand.vue
@@ -44,7 +44,7 @@ import { RawLocation } from "vue-router";
44 44
45@Component 45@Component
46export default class LdCommand extends Vue { 46export default class LdCommand extends Vue {
47 @Prop({ required: true }) readonly currentItemPath!: Gallery.Item[]; 47 @Prop({ type: Array, required: true }) readonly currentItemPath!: Gallery.Item[];
48 48
49 commandToggleSearchPanelIcon(): string { 49 commandToggleSearchPanelIcon(): string {
50 return this.$uiStore.fullWidth ? "search" : "angle-double-left"; 50 return this.$uiStore.fullWidth ? "search" : "angle-double-left";