diff --git a/src/client/app/common/views/components/games/reversi/reversi.vue b/src/client/app/common/views/components/games/reversi/reversi.vue index ac5fc9048..d99634a95 100644 --- a/src/client/app/common/views/components/games/reversi/reversi.vue +++ b/src/client/app/common/views/components/games/reversi/reversi.vue @@ -48,6 +48,10 @@ export default Vue.extend({ }, watch: { + game() { + this.$emit('gamed', this.game); + }, + gameId() { this.fetch(); }