diff client/src/components/Contextbox.vue @ 2329:514193fd0120

refac: improve routing structure. We now have /bottlenecks, /stretches, /review routes
author Thomas Junk <thomas.junk@intevation.de>
date Tue, 19 Feb 2019 14:57:48 +0100
parents 2e40909a975d
children f185503ef35a
line wrap: on
line diff
--- a/client/src/components/Contextbox.vue	Tue Feb 19 13:55:02 2019 +0100
+++ b/client/src/components/Contextbox.vue	Tue Feb 19 14:57:48 2019 +0100
@@ -58,6 +58,7 @@
         "application/showSearchbar",
         this.showSearchbarLastState
       );
+      this.$router.push("/");
     }
   }
 };