mirror of
https://github.com/hotomoe/hotomoe
synced 2024-11-27 22:38:19 +09:00
fix: lint
This commit is contained in:
parent
045a0cd693
commit
6bd2f2725b
@ -51,7 +51,6 @@ const page = ref(props.initialPage ?? 0);
|
||||
function handlePageChange(to: number) {
|
||||
page.value = to;
|
||||
if (to === 9) {
|
||||
claimAchievement('tutorialCompleted');
|
||||
emit('done');
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user