diff options
author | Zero~Informatique | 2020-02-23 21:33:20 +0100 |
---|---|---|
committer | Zero~Informatique | 2020-02-24 00:04:40 +0100 |
commit | eb00c2a7874608f70ec7768eae8d006a22bc0a54 (patch) | |
tree | 77d6958950e1c6a2ad425da1c095fefce58b05e4 /viewer/src/views/GallerySearch.vue | |
parent | b252a96d47529749bb1d5e7a8d06fb7ce284b4ee (diff) | |
download | ldgallery-eb00c2a7874608f70ec7768eae8d006a22bc0a54.tar.gz |
viewer: absolute path fix
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 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 { |