diff options
Diffstat (limited to 'viewer/src/views/GallerySearch.vue')
-rw-r--r-- | viewer/src/views/GallerySearch.vue | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/viewer/src/views/GallerySearch.vue b/viewer/src/views/GallerySearch.vue index fec7216..5ab56e0 100644 --- a/viewer/src/views/GallerySearch.vue +++ b/viewer/src/views/GallerySearch.vue | |||
@@ -22,9 +22,8 @@ | |||
22 | </template> | 22 | </template> |
23 | 23 | ||
24 | <script lang="ts"> | 24 | <script lang="ts"> |
25 | import { Component, Vue, Prop } from "vue-property-decorator"; | ||
26 | import { Operation } from "@/@types/Operation"; | ||
27 | import IndexSearch from "@/services/indexsearch"; | 25 | import IndexSearch from "@/services/indexsearch"; |
26 | import { Component, Prop, Vue } from "vue-property-decorator"; | ||
28 | 27 | ||
29 | @Component | 28 | @Component |
30 | export default class GalleryPicture extends Vue { | 29 | export default class GalleryPicture extends Vue { |
@@ -53,5 +52,3 @@ export default class GalleryPicture extends Vue { | |||
53 | } | 52 | } |
54 | } | 53 | } |
55 | </script> | 54 | </script> |
56 | |||
57 | <style lang="scss"></style> | ||