Added 404 page
This commit is contained in:
@@ -63,6 +63,16 @@ const routes = [
|
||||
return !authorized;
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '*',
|
||||
name: 'NotFound',
|
||||
component: () => import(/* webpackChunkName: "about" */ '../views/NotFound'),
|
||||
meta: {
|
||||
allowVisit() {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user