aboutsummaryrefslogtreecommitdiff
path: root/viewer/src/views/PanelTop.vue
diff options
context:
space:
mode:
Diffstat (limited to 'viewer/src/views/PanelTop.vue')
-rw-r--r--viewer/src/views/PanelTop.vue8
1 files changed, 2 insertions, 6 deletions
diff --git a/viewer/src/views/PanelTop.vue b/viewer/src/views/PanelTop.vue
index 0591f37..f10a722 100644
--- a/viewer/src/views/PanelTop.vue
+++ b/viewer/src/views/PanelTop.vue
@@ -20,10 +20,7 @@
20<template> 20<template>
21 <div class="flex"> 21 <div class="flex">
22 <ld-command :current-item-path="$galleryStore.currentItemPath" /> 22 <ld-command :current-item-path="$galleryStore.currentItemPath" />
23 <ld-breadcrumb 23 <ld-breadcrumb :current-item-path="$galleryStore.currentItemPath" :search-mode="$uiStore.searchMode" />
24 :current-item-path="$galleryStore.currentItemPath"
25 :search-mode="$uiStore.searchMode"
26 />
27 </div> 24 </div>
28</template> 25</template>
29 26
@@ -34,5 +31,4 @@ import { Component, Vue } from "vue-property-decorator";
34export default class PanelTop extends Vue {} 31export default class PanelTop extends Vue {}
35</script> 32</script>
36 33
37<style lang="scss"> 34<style lang="scss"></style>
38</style>