aboutsummaryrefslogtreecommitdiff
path: root/viewer/src/components/LdTagInput.vue
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/components/LdTagInput.vue
parentb252a96d47529749bb1d5e7a8d06fb7ce284b4ee (diff)
downloadldgallery-eb00c2a7874608f70ec7768eae8d006a22bc0a54.tar.gz
viewer: absolute path fix
Diffstat (limited to 'viewer/src/components/LdTagInput.vue')
-rw-r--r--viewer/src/components/LdTagInput.vue2
1 files changed, 1 insertions, 1 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 @@
40import { Component, Vue, Model, Prop } from "vue-property-decorator"; 40import { Component, Vue, Model, Prop } from "vue-property-decorator";
41import { Operation } from "@/@types/Operation"; 41import { Operation } from "@/@types/Operation";
42import Navigation from "@/services/navigation"; 42import Navigation from "@/services/navigation";
43import IndexFactory from "../services/indexfactory"; 43import IndexFactory from "@/services/indexfactory";
44 44
45@Component 45@Component
46export default class LdTagInput extends Vue { 46export default class LdTagInput extends Vue {