1
0
mirror of https://github.com/hotomoe/hotomoe synced 2024-11-27 22:38:19 +09:00

fix: lint

This commit is contained in:
オスカー、 2024-10-27 21:05:12 +09:00
parent 045a0cd693
commit 6bd2f2725b
Signed by: SWREI
GPG Key ID: 139D6573F92DA9F7

View File

@ -51,7 +51,6 @@ const page = ref(props.initialPage ?? 0);
function handlePageChange(to: number) {
page.value = to;
if (to === 9) {
claimAchievement('tutorialCompleted');
emit('done');
}
}