feat: username input and small fixes

This commit is contained in:
2025-09-12 14:14:28 +02:00
parent 923c17840d
commit 615701c8f3
6 changed files with 105 additions and 3 deletions

View File

@@ -8,6 +8,8 @@ const routes = [
{ path: 'test_NumbersPage', component: () => import('src/pages/test/testNumbersPage.vue') },
{ path: 'test_WebSpeechApi', component: () => import('src/pages/test/testWebSpeechApi.vue') },
{ path: 'user/username', component: () => import('src/pages/user/usernamePage.vue') },
{ path: 'error', component: () => import('pages/ErrorPage.vue') }
],
},