mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-14 22:42:14 -07:00
feature: added create,join,spectate buttons and create game dialog
This commit is contained in:
parent
4b0dff4102
commit
91448e21b1
10 changed files with 265 additions and 112 deletions
|
|
@ -12,6 +12,12 @@ const routes: RouteRecordRaw[] = [
|
|||
component: () => import('layouts/MainLayout.vue'),
|
||||
children: [{ path: 'home', name: 'home', component: () => import('pages/HomePage.vue') }],
|
||||
},
|
||||
{
|
||||
path: '/',
|
||||
name: '',
|
||||
component: () => import('layouts/MainLayout.vue'),
|
||||
children: [{ path: 'game', name: 'game', component: () => import('pages/GamePage.vue') }],
|
||||
},
|
||||
|
||||
// Always leave this as last one,
|
||||
// but you can also remove it
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue