We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0f60393 + 5b5c389 commit f344aeaCopy full SHA for f344aea
1 file changed
src/components/VTour.vue
@@ -105,7 +105,7 @@ async function nextStep() {
105
endTour();
106
return;
107
}
108
- _CurrentStep.nextStep = _CurrentStep.currentStep++;
+ _CurrentStep.nextStep = _CurrentStep.currentStep + 1;
109
updatePosition();
110
111
@@ -120,7 +120,7 @@ async function lastStep() {
120
121
122
123
124
125
126
0 commit comments