diff --git a/dashboard/src/routes.ts b/dashboard/src/routes.ts index 23c0329d..4463c075 100644 --- a/dashboard/src/routes.ts +++ b/dashboard/src/routes.ts @@ -80,7 +80,7 @@ export const router = new VueRouter({ }, ], - scrollBehavior: function(to) { + scrollBehavior(to) { if (to.hash) { return { selector: to.hash,