diff options
Diffstat (limited to 'viewer/src/views/layout/top/LayoutTop.vue')
-rw-r--r-- | viewer/src/views/layout/top/LayoutTop.vue | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/viewer/src/views/layout/top/LayoutTop.vue b/viewer/src/views/layout/top/LayoutTop.vue index 0362840..02c8b7b 100644 --- a/viewer/src/views/layout/top/LayoutTop.vue +++ b/viewer/src/views/layout/top/LayoutTop.vue | |||
@@ -18,7 +18,10 @@ | |||
18 | --> | 18 | --> |
19 | 19 | ||
20 | <template> | 20 | <template> |
21 | <div class="flex"> | 21 | <div |
22 | v-if="galleryStore.currentItem" | ||
23 | class="flex" | ||
24 | > | ||
22 | <LayoutCommand | 25 | <LayoutCommand |
23 | :current-item-path="galleryStore.currentItemPath" | 26 | :current-item-path="galleryStore.currentItemPath" |
24 | :item="galleryStore.currentItem" | 27 | :item="galleryStore.currentItem" |