generated from Seekra/repository-template
Add NotFound.vue #48 #50
+1
-1
@@ -39,7 +39,7 @@ const routes = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: '/:pathMatch(.*)*',
|
path: '/:pathMatch(.*)*',
|
||||||
name: 'not-found',
|
name: 'notFound',
|
||||||
|
jakob.scheid marked this conversation as resolved
Outdated
|
|||||||
component: NotFound
|
component: NotFound
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user
Use camel case (notFound).