{{item.path}}
@@ -15,7 +15,7 @@ import { Component, Vue, Prop } from "vue-property-decorator";
export default class GalleryThumbnail extends Vue {
@Prop({ required: true }) readonly item!: Gallery.Item;
- get imageSrc() {
+ get pictureSrc() {
return `${process.env.VUE_APP_DATA_URL}${this.item.thumbnail}`;
}
}
diff --git a/viewer/src/views/MainLayout.vue b/viewer/src/views/MainLayout.vue
index 2a87ff1..d643e66 100644
--- a/viewer/src/views/MainLayout.vue
+++ b/viewer/src/views/MainLayout.vue
@@ -1,6 +1,6 @@
-
header
+
@@ -11,9 +11,10 @@
\ No newline at end of file
diff --git a/viewer/src/views/PanelTop.vue b/viewer/src/views/PanelTop.vue
new file mode 100644
index 0000000..eb8e6ed
--- /dev/null
+++ b/viewer/src/views/PanelTop.vue
@@ -0,0 +1,67 @@
+
+
+
+
+
+
+
+
+
+
+
--
cgit v1.2.3