* contracts page

feature: #4
This commit is contained in:
2023-01-04 22:16:28 +01:00
parent 1eab4c586f
commit 819fffec70
9 changed files with 185 additions and 20 deletions

View File

@@ -77,6 +77,14 @@ const router = createRouter({
requiresAuth: false
}
},
{
path: '/error',
name: 'error',
component: () => import('../views/ErrorView.vue'),
meta: {
requiresAuth: false
}
},
{
path: '/:pathMatch(.*)*',
name: 'notfound',