mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-22 12:13:48 +01:00
🍕
This commit is contained in:
parent
51ecf02479
commit
f9a524f956
@ -46,7 +46,9 @@ export default Vue.extend({
|
||||
|
||||
watch: {
|
||||
gameId(id) {
|
||||
console.log(id);
|
||||
if (id == null) {
|
||||
this.game = null;
|
||||
} else {
|
||||
Progress.start();
|
||||
(this as any).api('games/reversi/games/show', {
|
||||
gameId: id
|
||||
@ -55,6 +57,7 @@ export default Vue.extend({
|
||||
Progress.done();
|
||||
});
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
mounted() {
|
||||
|
Loading…
Reference in New Issue
Block a user