mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 12:19:31 +02:00
Add set temeout for double history games
This commit is contained in:
@@ -264,7 +264,9 @@ export default {
|
||||
endGame.value == true
|
||||
) {
|
||||
stopAutoPlay();
|
||||
setTimeout(() => {
|
||||
loadGameHistory();
|
||||
}, 2000);
|
||||
}
|
||||
}
|
||||
} catch (error) {
|
||||
@@ -386,6 +388,4 @@ export default {
|
||||
opacity: 1;
|
||||
transform: rotateY(0) scale(1);
|
||||
}
|
||||
|
||||
|
||||
</style>
|
||||
Reference in New Issue
Block a user