Initial commit
This commit is contained in:
13
src/routes.ts
Normal file
13
src/routes.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
const routes = [
|
||||
{
|
||||
name: 'mail',
|
||||
path: '/',
|
||||
component: () => import('@/pages/MailPage.vue'),
|
||||
meta: {
|
||||
title: 'Mail',
|
||||
requiresAuth: true
|
||||
}
|
||||
},
|
||||
]
|
||||
|
||||
export default routes
|
||||
Reference in New Issue
Block a user