fixed visual bug with start game on click max-btn

This commit is contained in:
Kostya
2024-01-27 23:28:58 +03:00
parent b97bce1dc6
commit 96bea8824c
2 changed files with 15 additions and 1 deletions

View File

@@ -25,6 +25,7 @@ export default {
.then(response => {
this.balance = response.currentMoney
})
eventBus.emit('Updatebalance-saper')
}
},
data() {