Skip to content

Commit 1e607b8

Browse files
committed
Client: Get rid of "You win" message after rematch #20
1 parent bc307bd commit 1e607b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

games-vue-client/src/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</v-toolbar-items>
1212
</v-toolbar>
1313
<v-content>
14-
<router-view/>
14+
<router-view :key="$route.path" />
1515
</v-content>
1616
<v-footer fixed app>
1717
<span>&copy; 2018 Zomis' Games - <a href="https://github.com/Zomis/Server2">Github</a></span>

0 commit comments

Comments
 (0)