diff options
author | Zero~Informatique | 2020-01-09 02:10:35 +0100 |
---|---|---|
committer | Zero~Informatique | 2020-01-09 02:10:35 +0100 |
commit | 89bcb2dbe5b5e6eb8e8ba13ceecee2770dfe4cd4 (patch) | |
tree | 8eb2c100707123f77ff6980c94e161d6214c648f /viewer/src/views/GallerySearch.vue | |
parent | c1e334b883e28381851fca077ff36aee0387b1db (diff) | |
download | ldgallery-89bcb2dbe5b5e6eb8e8ba13ceecee2770dfe4cd4.tar.gz |
viewer: Changed "image" type to "picture". Adapted the code to the current compiler output format. The currentItem and currentPath are calculated in the store for easier multi-component access. Breadcrumb for current's position and navigation.
Diffstat (limited to 'viewer/src/views/GallerySearch.vue')
-rw-r--r-- | viewer/src/views/GallerySearch.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/viewer/src/views/GallerySearch.vue b/viewer/src/views/GallerySearch.vue index 887c1a3..44f312b 100644 --- a/viewer/src/views/GallerySearch.vue +++ b/viewer/src/views/GallerySearch.vue | |||
@@ -16,7 +16,7 @@ import GalleryThumbnail from "./GalleryThumbnail.vue"; | |||
16 | @Component({ | 16 | @Component({ |
17 | components: { GalleryThumbnail }, | 17 | components: { GalleryThumbnail }, |
18 | }) | 18 | }) |
19 | export default class GalleryImage extends Vue { | 19 | export default class GalleryPicture extends Vue { |
20 | @Prop({ required: true }) readonly items!: Gallery.Item[]; | 20 | @Prop({ required: true }) readonly items!: Gallery.Item[]; |
21 | } | 21 | } |
22 | </script> | 22 | </script> |