This commit is contained in:
kakkokari-gtyih 2024-02-26 18:27:48 +09:00
parent 103a44b83e
commit 0870dea262
1 changed files with 1 additions and 1 deletions

View File

@ -203,7 +203,7 @@ function next() {
function prev() {
if (page.value === 5 && !props.withSetup) {
page.value -= 2;
} else if (page.value === 8 && !props.withSetup) {
} else if (page.value === 9 && !props.withSetup) {
page.value -= 3;
} else {
page.value--;