This commit is contained in:
syuilo 2018-08-04 12:35:57 +09:00
parent 4f7c19461e
commit 61a9ad23f1
1 changed files with 4 additions and 0 deletions

View File

@ -48,6 +48,10 @@ export default Vue.extend({
},
watch: {
game() {
this.$emit('gamed', this.game);
},
gameId() {
this.fetch();
}