Skip to content
This repository was archived by the owner on Dec 8, 2022. It is now read-only.

Commit 5f9d908

Browse files
authored
Merge pull request #133 from codewizardshq/net8floz-patch-6
Update QuizAnswer.vue
2 parents bcd0700 + e270eec commit 5f9d908

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/views/Quiz/QuizAnswer.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@ export default {
206206
},
207207
mounted() {
208208
if (this.Quiz.rank === this.Quiz.maxRank - 1) {
209+
console.log("Is last quiz!!");
209210
this.isLastQuiz = true;
210211
}
211212
},

0 commit comments

Comments
 (0)