🎨
This commit is contained in:
parent
f8b3f66904
commit
937f7cbd60
28 changed files with 103 additions and 94 deletions
|
@ -158,7 +158,10 @@ init(async (launch, os) => {
|
|||
{ path: '/authorize-follow', component: MkFollow },
|
||||
{ path: '/deck', redirect: '/' },
|
||||
{ path: '*', component: MkNotFound }
|
||||
]
|
||||
],
|
||||
scrollBehavior(to, from, savedPosition) {
|
||||
return { x: 0, y: 0 };
|
||||
}
|
||||
});
|
||||
|
||||
// Launch the app
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue