feature/not-found-page
main
@@ -39,7 +39,7 @@ const routes = [
},
{
path: '/:pathMatch(.*)*',
name: 'not-found',
name: 'notFound',
Use camel case (notFound).
component: NotFound
];
The note is not visible to the blocked user.
Use camel case (notFound).