mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-22 20:23:49 +01:00
Fix bug
This commit is contained in:
parent
1e71679e57
commit
b3077455ac
@ -48,6 +48,10 @@ export default Vue.extend({
|
|||||||
},
|
},
|
||||||
|
|
||||||
watch: {
|
watch: {
|
||||||
|
game() {
|
||||||
|
this.$emit('gamed', this.game);
|
||||||
|
},
|
||||||
|
|
||||||
gameId() {
|
gameId() {
|
||||||
this.fetch();
|
this.fetch();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user