Update router.ts

This commit is contained in:
syuilo 2020-02-01 10:57:47 +09:00
parent de239b6d67
commit e2610c52f3

View file

@ -60,7 +60,7 @@ export const router = new VueRouter({
} else {
window.scroll({ top: 0, behavior: 'instant' });
}
}, 1000);
}, 600);
return;
}
});