refactor: update app.vue and various components to enhance UI consistency, replace color classes for improved accessibility, and refine layout for better user experience
This commit is contained in:
parent
7b4fb6c2fd
commit
24e8b7a3a8
41 changed files with 2395 additions and 1603 deletions
|
|
@ -1,6 +0,0 @@
|
|||
export default defineNuxtRouteMiddleware((to) => {
|
||||
// Redirect root path to dashboard
|
||||
if (to.path === '/') {
|
||||
return navigateTo('/dashboard')
|
||||
}
|
||||
})
|
||||
Loading…
Add table
Add a link
Reference in a new issue