diff --git a/src/router/index.js b/src/router/index.js index fef192a..5c780cd 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -41,6 +41,10 @@ Vue.use(VueRouter) name: 'Nationals', component: () => import('../views/Nationals.vue') }, + { + path: '/Nationals', + redirect: '/nationals', + }, { path: '/nationals/register', name: 'Nationals Register',