20-02-2026
This commit is contained in:
parent
c62234e1ca
commit
98084de7d0
80 changed files with 9804 additions and 1771 deletions
|
|
@ -1,60 +1,10 @@
|
|||
const routes = [
|
||||
{
|
||||
path: '/',
|
||||
component: () => import('layouts/MainLayout.vue'),
|
||||
component: () => import('layouts/LifeWaveLayout.vue'),
|
||||
children: [
|
||||
{ path: '', component: () => import('pages/IndexPage.vue') },
|
||||
{
|
||||
path: 'login',
|
||||
name: 'login',
|
||||
component: () => import('pages/LoginPage.vue'),
|
||||
},
|
||||
{
|
||||
path: 'sign-up',
|
||||
name: 'sign-up',
|
||||
component: () => import('pages/SignUpPage.vue'),
|
||||
},
|
||||
{
|
||||
path: 'password-reset',
|
||||
name: 'password-reset',
|
||||
component: () => import('pages/PasswordResetPage.vue'),
|
||||
},
|
||||
{
|
||||
path: 'wave',
|
||||
name: 'wave',
|
||||
component: () => import('pages/WavePage.vue')
|
||||
},
|
||||
{
|
||||
path: 'edit',
|
||||
name: 'edit',
|
||||
component: () => import('pages/EditPage.vue'),
|
||||
meta: { hideFooter: true }
|
||||
},
|
||||
{
|
||||
path: 'person-selector',
|
||||
name: 'person-selector',
|
||||
component: () => import('pages/PersonSelector.vue'),
|
||||
meta: { hideFooter: true }
|
||||
},
|
||||
{
|
||||
path: 'category-selector',
|
||||
name: 'category-selector',
|
||||
component: () => import('pages/CategorySelector.vue'),
|
||||
meta: { hideFooter: true }
|
||||
},
|
||||
{
|
||||
path: 'tag-selector',
|
||||
name: 'tag-selector',
|
||||
component: () => import('pages/TagSelector.vue'),
|
||||
meta: { hideFooter: true }
|
||||
},
|
||||
{
|
||||
path: 'entry/:id',
|
||||
name: 'entry-detail',
|
||||
component: () => import('pages/EntryDetailPage.vue'),
|
||||
meta: { hideFooter: true }
|
||||
},
|
||||
],
|
||||
{ path: '', component: () => import('pages/LifeWavePage.vue') }
|
||||
]
|
||||
},
|
||||
|
||||
// Always leave this as last one
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue