aboutsummaryrefslogtreecommitdiff
path: root/viewer/src/views/PanelLeft.vue
diff options
context:
space:
mode:
Diffstat (limited to 'viewer/src/views/PanelLeft.vue')
-rw-r--r--viewer/src/views/PanelLeft.vue8
1 files changed, 4 insertions, 4 deletions
diff --git a/viewer/src/views/PanelLeft.vue b/viewer/src/views/PanelLeft.vue
index d2a3656..ea61865 100644
--- a/viewer/src/views/PanelLeft.vue
+++ b/viewer/src/views/PanelLeft.vue
@@ -48,14 +48,14 @@
48</template> 48</template>
49 49
50<script lang="ts"> 50<script lang="ts">
51import { Component, Vue, Prop, Watch } from "vue-property-decorator"; 51import { TagSearch } from "@/@types/tag";
52import { Dictionary, Route } from "vue-router/types/router";
53import Navigation from "@/services/navigation"; 52import Navigation from "@/services/navigation";
54import IndexFactory from "@/services/indexfactory"; 53import { Component, Vue, Watch } from "vue-property-decorator";
54import { Dictionary, Route } from "vue-router/types/router";
55 55
56@Component 56@Component
57export default class PanelLeft extends Vue { 57export default class PanelLeft extends Vue {
58 searchFilters: Tag.Search[] = []; 58 searchFilters: TagSearch[] = [];
59 infoOpen: boolean = true; 59 infoOpen: boolean = true;
60 60
61 mounted() { 61 mounted() {