Add landing

This commit is contained in:
Cagatay Civici
2024-07-30 12:12:41 +03:00
parent 9cab42f25d
commit d45aee8fdb
3 changed files with 457 additions and 0 deletions

View File

@@ -106,6 +106,11 @@ const router = createRouter({
}
]
},
{
path: '/landing',
name: 'landing',
component: () => import('@/views/pages/Landing.vue')
},
{
path: '/pages/notfound',
name: 'notfound',