This commit is contained in:
Dorian
2026-03-12 16:35:59 +00:00
parent 45216e5dfc
commit bc4a52bc12
18 changed files with 1754 additions and 85 deletions
+6 -2
View File
@@ -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',