Normal and Hard modes

This commit is contained in:
2022-03-01 23:16:40 +01:00
parent 1909b75663
commit 80064a98e5
12 changed files with 117 additions and 81 deletions
+4 -4
View File
@@ -12,14 +12,14 @@ const router = createRouter({
meta: { transition: '' },
},
{
path: '/daily',
name: 'daily',
path: '/hard',
name: 'hard',
component: () => import('../views/GameView.vue'),
meta: { transition: 'route' },
},
{
path: '/random',
name: 'random',
path: '/normal',
name: 'normal',
component: () => import('../views/GameView.vue'),
meta: { transition: 'route' },
},