diff options
Diffstat (limited to 'viewer/src/components/LdTagInput.vue')
-rw-r--r-- | viewer/src/components/LdTagInput.vue | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/viewer/src/components/LdTagInput.vue b/viewer/src/components/LdTagInput.vue index ce83ba8..ef585f0 100644 --- a/viewer/src/components/LdTagInput.vue +++ b/viewer/src/components/LdTagInput.vue | |||
@@ -40,10 +40,8 @@ | |||
40 | </template> | 40 | </template> |
41 | 41 | ||
42 | <script lang="ts"> | 42 | <script lang="ts"> |
43 | import { Component, Vue, Prop, PropSync, Emit } from "vue-property-decorator"; | ||
44 | import { Operation } from "@/@types/Operation"; | ||
45 | import Navigation from "@/services/navigation"; | ||
46 | import IndexFactory from "@/services/indexfactory"; | 43 | import IndexFactory from "@/services/indexfactory"; |
44 | import { Component, Emit, Prop, PropSync, Vue } from "vue-property-decorator"; | ||
47 | 45 | ||
48 | @Component | 46 | @Component |
49 | export default class LdTagInput extends Vue { | 47 | export default class LdTagInput extends Vue { |