We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc307bd commit 1e607b8Copy full SHA for 1e607b8
games-vue-client/src/App.vue
@@ -11,7 +11,7 @@
11
</v-toolbar-items>
12
</v-toolbar>
13
<v-content>
14
- <router-view/>
+ <router-view :key="$route.path" />
15
</v-content>
16
<v-footer fixed app>
17
<span>© 2018 Zomis' Games - <a href="https://github.com/Zomis/Server2">Github</a></span>
0 commit comments