diff options
Diffstat (limited to 'viewer')
-rw-r--r-- | viewer/src/components/LdTagInput.vue | 2 | ||||
-rw-r--r-- | viewer/src/views/GallerySearch.vue | 2 | ||||
-rw-r--r-- | viewer/src/views/PanelLeft.vue | 2 |
3 files changed, 3 insertions, 3 deletions
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 @@ | |||
40 | import { Component, Vue, Model, Prop } from "vue-property-decorator"; | 40 | import { Component, Vue, Model, Prop } from "vue-property-decorator"; |
41 | import { Operation } from "@/@types/Operation"; | 41 | import { Operation } from "@/@types/Operation"; |
42 | import Navigation from "@/services/navigation"; | 42 | import Navigation from "@/services/navigation"; |
43 | import IndexFactory from "../services/indexfactory"; | 43 | import IndexFactory from "@/services/indexfactory"; |
44 | 44 | ||
45 | @Component | 45 | @Component |
46 | export default class LdTagInput extends Vue { | 46 | 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 @@ | |||
25 | import { Component, Vue, Prop, Watch } from "vue-property-decorator"; | 25 | import { Component, Vue, Prop, Watch } from "vue-property-decorator"; |
26 | import { Operation } from "@/@types/Operation"; | 26 | import { Operation } from "@/@types/Operation"; |
27 | import IndexSearch from "@/services/indexsearch"; | 27 | import IndexSearch from "@/services/indexsearch"; |
28 | import IndexFactory from "../services/indexfactory"; | 28 | import IndexFactory from "@/services/indexfactory"; |
29 | 29 | ||
30 | @Component | 30 | @Component |
31 | export default class GalleryPicture extends Vue { | 31 | 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 @@ | |||
34 | <script lang="ts"> | 34 | <script lang="ts"> |
35 | import { Component, Vue, Prop } from "vue-property-decorator"; | 35 | import { Component, Vue, Prop } from "vue-property-decorator"; |
36 | import { Dictionary } from "vue-router/types/router"; | 36 | import { Dictionary } from "vue-router/types/router"; |
37 | import Navigation from "../services/navigation"; | 37 | import Navigation from "@/services/navigation"; |
38 | 38 | ||
39 | @Component | 39 | @Component |
40 | export default class PanelLeft extends Vue { | 40 | export default class PanelLeft extends Vue { |