From be734322773bdd37cef001c4799d8cb396e2d1f0 Mon Sep 17 00:00:00 2001
From: Eliot Berriot <contact@eliotberriot.com>
Date: Mon, 30 Mar 2020 11:40:22 +0200
Subject: [PATCH] Fix #1064: routing issue when browsing library

---
 front/src/components/library/Home.vue | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/front/src/components/library/Home.vue b/front/src/components/library/Home.vue
index 9cb811982..ab68c6f38 100644
--- a/front/src/components/library/Home.vue
+++ b/front/src/components/library/Home.vue
@@ -1,5 +1,5 @@
 <template>
-  <main v-title="labels.title">
+  <main v-title="labels.title" :key="$router.currentRoute.name">
     <section class="ui vertical stripe segment">
       <div class="ui stackable three column grid">
         <div class="column">
-- 
GitLab