feat: wallet screens, branded header layout and mobile-first main view

This commit is contained in:
2026-08-19 21:06:17 +02:00
parent 48e4c84092
commit 1fe1453745
6 changed files with 744 additions and 93 deletions
+2 -1
View File
@@ -11,7 +11,8 @@ const routes: RouteRecordRaw[] = [
},
{
path: '/welcome',
component: () => import('@/pages/WelcomePage.vue'),
component: () => import('@/layouts/BlankLayout.vue'),
children: [{ path: '', component: () => import('@/pages/WelcomePage.vue') }],
},
// Always leave this as last one,