diff --git a/frontend/src/App.vue b/frontend/src/App.vue index b3634be7a..f60db5054 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -9,7 +9,12 @@
- + + + + + +
diff --git a/frontend/src/router/index.js b/frontend/src/router/index.js index 3822c93a6..9c91d0ebb 100644 --- a/frontend/src/router/index.js +++ b/frontend/src/router/index.js @@ -23,7 +23,8 @@ const routes = [ { path: '/', name: 'home', - component: HomePageView + component: HomePageView, + meta: { keepAlive: true } }, { path: '/message',