aboutsummaryrefslogtreecommitdiff
path: root/viewer/src/views
diff options
context:
space:
mode:
authorZero~Informatique2020-02-23 21:33:20 +0100
committerZero~Informatique2020-02-24 00:04:40 +0100
commiteb00c2a7874608f70ec7768eae8d006a22bc0a54 (patch)
tree77d6958950e1c6a2ad425da1c095fefce58b05e4 /viewer/src/views
parentb252a96d47529749bb1d5e7a8d06fb7ce284b4ee (diff)
downloadldgallery-eb00c2a7874608f70ec7768eae8d006a22bc0a54.tar.gz
viewer: absolute path fix
Diffstat (limited to 'viewer/src/views')
-rw-r--r--viewer/src/views/GallerySearch.vue2
-rw-r--r--viewer/src/views/PanelLeft.vue2
2 files changed, 2 insertions, 2 deletions
diff --git a/viewer/src/views/GallerySearch.vue b/viewer/src/views/GallerySearch.vue
index eacbcdd..f4c28b0 100644
--- a/viewer/src/views/GallerySearch.vue
+++ b/viewer/src/views/GallerySearch.vue
@@ -25,7 +25,7 @@
25import { Component, Vue, Prop, Watch } from "vue-property-decorator"; 25import { Component, Vue, Prop, Watch } from "vue-property-decorator";
26import { Operation } from "@/@types/Operation"; 26import { Operation } from "@/@types/Operation";
27import IndexSearch from "@/services/indexsearch"; 27import IndexSearch from "@/services/indexsearch";
28import IndexFactory from "../services/indexfactory"; 28import IndexFactory from "@/services/indexfactory";
29 29
30@Component 30@Component
31export default class GalleryPicture extends Vue { 31export default class GalleryPicture extends Vue {
diff --git a/viewer/src/views/PanelLeft.vue b/viewer/src/views/PanelLeft.vue
index eb921b7..6292e78 100644
--- a/viewer/src/views/PanelLeft.vue
+++ b/viewer/src/views/PanelLeft.vue
@@ -34,7 +34,7 @@
34<script lang="ts"> 34<script lang="ts">
35import { Component, Vue, Prop } from "vue-property-decorator"; 35import { Component, Vue, Prop } from "vue-property-decorator";
36import { Dictionary } from "vue-router/types/router"; 36import { Dictionary } from "vue-router/types/router";
37import Navigation from "../services/navigation"; 37import Navigation from "@/services/navigation";
38 38
39@Component 39@Component
40export default class PanelLeft extends Vue { 40export default class PanelLeft extends Vue {