refactoring welcome card/loading state on signin/refresh

This commit is contained in:
msramalho
2025-02-09 12:19:36 +00:00
parent 968f4246b6
commit 03f89906c3
7 changed files with 82 additions and 33 deletions

View File

@@ -32,6 +32,10 @@ const routes = [
component: () =>
import(/* webpackChunkName: "tos" */ '../views/TOSView.vue'),
},
{
path: '/:pathMatch(.*)*',
redirect: '/',
}
];
const router = createRouter({