diff options
author | Zero~Informatique | 2020-06-20 16:50:49 +0200 |
---|---|---|
committer | OzoneGrif | 2020-06-28 14:11:13 +0200 |
commit | 170d7a61f720ece9dc4b347b19f5a8213f1d8984 (patch) | |
tree | 3a7af0595faea4a98437f8f73b3172529bda3a1d /viewer/src/views/PanelTop.vue | |
parent | 06355c9cebce469d3d827d48043387144c2458a5 (diff) | |
download | ldgallery-170d7a61f720ece9dc4b347b19f5a8213f1d8984.tar.gz |
viewer: prettier formatting based on eslint-prettier plugin
Diffstat (limited to 'viewer/src/views/PanelTop.vue')
-rw-r--r-- | viewer/src/views/PanelTop.vue | 8 |
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"; | |||
34 | export default class PanelTop extends Vue {} | 31 | export default class PanelTop extends Vue {} |
35 | </script> | 32 | </script> |
36 | 33 | ||
37 | <style lang="scss"> | 34 | <style lang="scss"></style> |
38 | </style> | ||