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

Commit 50829e2

Browse files
authored
Update QuizAnswer.vue
1 parent bcd0700 commit 50829e2

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)