diff --git a/src/router/index.js b/src/router/index.js index f209bef..9cafcb6 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -39,7 +39,7 @@ const routes = [ }, { path: '/:pathMatch(.*)*', - name: 'not-found', + name: 'notFound', component: NotFound }, ];