✨ add 404 page
This commit is contained in:
11
src/router/modules/notFound.ts
Normal file
11
src/router/modules/notFound.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
export default [
|
||||
{
|
||||
path: '/404',
|
||||
name: '404',
|
||||
component: () => import('@/views/404/NotFound.vue'),
|
||||
meta: {
|
||||
requiresAuth: false,
|
||||
title: '404'
|
||||
}
|
||||
}
|
||||
];
|
Reference in New Issue
Block a user