Adjusted new label for compact compatability.

This commit is contained in:
DebaucheryLibrarian
2021-01-18 00:31:52 +01:00
parent 7d1fb86e63
commit bebf814577
2 changed files with 8 additions and 10 deletions

View File

@@ -191,9 +191,6 @@ const routes = [
const router = createRouter({
history: createWebHistory(),
routes,
scrollBehavior(to, from, savedPosition) {
console.log(to, from, savedPosition);
},
});
export default router;