feat: update version to 1.0.4RC5, enhance notification handling and smooth scroll behavior
All checks were successful
Chore App Build and Push Docker Images / build-and-push (push) Successful in 1m11s
All checks were successful
Chore App Build and Push Docker Images / build-and-push (push) Successful in 1m11s
This commit is contained in:
@@ -175,6 +175,9 @@ const routes = [
|
||||
const router = createRouter({
|
||||
history: createWebHistory(),
|
||||
routes,
|
||||
scrollBehavior() {
|
||||
return { top: 0, left: 0, behavior: 'smooth' }
|
||||
},
|
||||
})
|
||||
|
||||
// Auth guard
|
||||
|
||||
Reference in New Issue
Block a user