Normal and Hard modes
This commit is contained in:
+4
-4
@@ -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' },
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user