diff options
Diffstat (limited to 'viewer/src/views/PanelLeft.vue')
-rw-r--r-- | viewer/src/views/PanelLeft.vue | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/viewer/src/views/PanelLeft.vue b/viewer/src/views/PanelLeft.vue index d2a3656..5c42fa9 100644 --- a/viewer/src/views/PanelLeft.vue +++ b/viewer/src/views/PanelLeft.vue | |||
@@ -48,10 +48,9 @@ | |||
48 | </template> | 48 | </template> |
49 | 49 | ||
50 | <script lang="ts"> | 50 | <script lang="ts"> |
51 | import { Component, Vue, Prop, Watch } from "vue-property-decorator"; | ||
52 | import { Dictionary, Route } from "vue-router/types/router"; | ||
53 | import Navigation from "@/services/navigation"; | 51 | import Navigation from "@/services/navigation"; |
54 | import IndexFactory from "@/services/indexfactory"; | 52 | import { Component, Vue, Watch } from "vue-property-decorator"; |
53 | import { Dictionary, Route } from "vue-router/types/router"; | ||
55 | 54 | ||
56 | @Component | 55 | @Component |
57 | export default class PanelLeft extends Vue { | 56 | export default class PanelLeft extends Vue { |