From 581d70a2b318c74e2b12050af654397c0ea27a73 Mon Sep 17 00:00:00 2001 From: yazan matar Date: Sat, 25 May 2024 11:44:53 +0300 Subject: [PATCH] name testing --- src/components/LoadGame.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/LoadGame.vue b/src/components/LoadGame.vue index 6e98bac..af84468 100644 --- a/src/components/LoadGame.vue +++ b/src/components/LoadGame.vue @@ -158,6 +158,7 @@ saver() { } return "#"; }, + undo() { if (this.undoStack.length > 0) { let localNumberToWin = this.$store.state.numberToWin