forked from FoundKeyGang/FoundKey
Update router.ts
This commit is contained in:
parent
de239b6d67
commit
e2610c52f3
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ export const router = new VueRouter({
|
||||||
} else {
|
} else {
|
||||||
window.scroll({ top: 0, behavior: 'instant' });
|
window.scroll({ top: 0, behavior: 'instant' });
|
||||||
}
|
}
|
||||||
}, 1000);
|
}, 600);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue