fixes
This commit is contained in:
@@ -82,10 +82,14 @@ const routes = [
|
||||
component: () => import('./pages/TournamentPage.vue'),
|
||||
},
|
||||
{
|
||||
path: '/practice',
|
||||
name: 'practice',
|
||||
path: '/training',
|
||||
name: 'training',
|
||||
component: () => import('./pages/PracticePage.vue'),
|
||||
},
|
||||
{
|
||||
path: '/practice',
|
||||
redirect: '/training',
|
||||
},
|
||||
{
|
||||
path: '/admin',
|
||||
name: 'admin',
|
||||
|
||||
Reference in New Issue
Block a user