feat: username input and small fixes
This commit is contained in:
@@ -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') }
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user