diff --git a/prj-monster-01-starting-setup/app.js b/prj-monster-01-starting-setup/app.js index 9ca1ef6..3fbb0ac 100644 --- a/prj-monster-01-starting-setup/app.js +++ b/prj-monster-01-starting-setup/app.js @@ -74,6 +74,7 @@ const app = Vue.createApp({ this.monsterHealth = 100; this.winner = null; this.currentRound = 0; + this.battleLog = []; }, attackMonster() { this.currentRound++;