This commit is contained in:
Zyronon
2025-11-06 12:06:15 +00:00
parent 00b1c521cb
commit 90fcd70604
15 changed files with 92 additions and 266 deletions

View File

@@ -18,9 +18,9 @@ export const routes: RouteRecordRaw[] = [
{
path: '/',
component: Layout,
redirect: '/',
children: [
{path: '/', component: Home},
// {path: '/', component: Home},
{path: '/', redirect: '/words'},
{path: 'words', component: WordsPage},
{path: 'word', redirect: '/words'},
{path: 'practice-words/:id', component: PracticeWords},