diff options
author | pacien | 2023-02-17 22:57:38 +0100 |
---|---|---|
committer | pacien | 2023-02-17 22:57:38 +0100 |
commit | 46cd42de44e402fbf33522d999fa2649729ffaa8 (patch) | |
tree | 1281beefda5d9b6d2411bc47ec1327fbf0b38dde /viewer/src/views/layout/top/LayoutTop.vue | |
parent | 11bbbae2850b9c45da697a8ed9626495a50a38c0 (diff) | |
parent | e939712a284dff9af6d81cc1fcd4e7f7ec9ad503 (diff) | |
download | ldgallery-46cd42de44e402fbf33522d999fa2649729ffaa8.tar.gz |
Merge branch 'develop': release v2.2v2.2
Diffstat (limited to 'viewer/src/views/layout/top/LayoutTop.vue')
-rw-r--r-- | viewer/src/views/layout/top/LayoutTop.vue | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/viewer/src/views/layout/top/LayoutTop.vue b/viewer/src/views/layout/top/LayoutTop.vue index b755c42..02c8b7b 100644 --- a/viewer/src/views/layout/top/LayoutTop.vue +++ b/viewer/src/views/layout/top/LayoutTop.vue | |||
@@ -18,8 +18,14 @@ | |||
18 | --> | 18 | --> |
19 | 19 | ||
20 | <template> | 20 | <template> |
21 | <div class="flex"> | 21 | <div |
22 | <LayoutCommand :current-item-path="galleryStore.currentItemPath" /> | 22 | v-if="galleryStore.currentItem" |
23 | class="flex" | ||
24 | > | ||
25 | <LayoutCommand | ||
26 | :current-item-path="galleryStore.currentItemPath" | ||
27 | :item="galleryStore.currentItem" | ||
28 | /> | ||
23 | <LayoutBreadcrumb | 29 | <LayoutBreadcrumb |
24 | :current-item-path="galleryStore.currentItemPath" | 30 | :current-item-path="galleryStore.currentItemPath" |
25 | :search-mode="uiStore.searchMode" | 31 | :search-mode="uiStore.searchMode" |