generated from Seekra/repository-template
fix: use camelCase for not-found route name
This commit is contained in:
+1
-1
@@ -39,7 +39,7 @@ const routes = [
|
||||
},
|
||||
{
|
||||
path: '/:pathMatch(.*)*',
|
||||
name: 'not-found',
|
||||
name: 'notFound',
|
||||
component: NotFound
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user