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