mirror of
https://github.com/tompro/sattle.git
synced 2026-08-27 07:15:59 +00:00
feat: wallet screens, branded header layout and mobile-first main view
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user