Fix bug
This commit is contained in:
@ -48,6 +48,10 @@ export default Vue.extend({
|
||||
},
|
||||
|
||||
watch: {
|
||||
game() {
|
||||
this.$emit('gamed', this.game);
|
||||
},
|
||||
|
||||
gameId() {
|
||||
this.fetch();
|
||||
}
|
||||
|
Reference in New Issue
Block a user