Fix clocks update + abort games from MyGames page
[vchess.git] / client / src / views / MyGames.vue
index 4b5e33c..2701e9e 100644 (file)
@@ -11,12 +11,13 @@ main
         v-show="display=='live'"
         :games="liveGames"
         @show-game="showGame"
+        @abortgame="abortGame"
       )
       GameList(
         v-show="display=='corr'"
         :games="corrGames"
         @show-game="showGame"
-        @abort="abortGame"
+        @abortgame="abortGame"
       )
 </template>