mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-05-12 00:26:57 +00:00
Fix bug
This commit is contained in:
parent
4f7c19461e
commit
61a9ad23f1
1 changed files with 4 additions and 0 deletions
|
@ -48,6 +48,10 @@ export default Vue.extend({
|
|||
},
|
||||
|
||||
watch: {
|
||||
game() {
|
||||
this.$emit('gamed', this.game);
|
||||
},
|
||||
|
||||
gameId() {
|
||||
this.fetch();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue