From eb00c2a7874608f70ec7768eae8d006a22bc0a54 Mon Sep 17 00:00:00 2001 From: Zero~Informatique Date: Sun, 23 Feb 2020 21:33:20 +0100 Subject: viewer: absolute path fix --- viewer/src/components/LdTagInput.vue | 2 +- viewer/src/views/GallerySearch.vue | 2 +- viewer/src/views/PanelLeft.vue | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'viewer') diff --git a/viewer/src/components/LdTagInput.vue b/viewer/src/components/LdTagInput.vue index 982abe4..d9d932f 100644 --- a/viewer/src/components/LdTagInput.vue +++ b/viewer/src/components/LdTagInput.vue @@ -40,7 +40,7 @@ import { Component, Vue, Model, Prop } from "vue-property-decorator"; import { Operation } from "@/@types/Operation"; import Navigation from "@/services/navigation"; -import IndexFactory from "../services/indexfactory"; +import IndexFactory from "@/services/indexfactory"; @Component export default class LdTagInput extends Vue { 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 @@ import { Component, Vue, Prop, Watch } from "vue-property-decorator"; import { Operation } from "@/@types/Operation"; import IndexSearch from "@/services/indexsearch"; -import IndexFactory from "../services/indexfactory"; +import IndexFactory from "@/services/indexfactory"; @Component export 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 @@