Browse Source

fix: couldn't navigate to same page with different params

Kristian Vos 5 years ago
parent
commit
b80b61ee75
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frontend/App.vue

+ 1 - 1
frontend/App.vue

@@ -2,7 +2,7 @@
 	<div>
 		<banned v-if="banned" />
 		<div v-else>
-			<router-view />
+			<router-view :key="$route.fullPath" />
 			<what-is-new />
 			<mobile-alert />
 			<login-modal v-if="modals.header.login" />