mirror of
https://github.com/anatolykopyl/vk-bingo.git
synced 2026-03-26 21:04:26 +00:00
Game works
This commit is contained in:
@@ -4,8 +4,8 @@ import Login from './views/Login/Index.vue'
|
||||
import Screen from './views/Screen/Index.vue'
|
||||
|
||||
const routes = [
|
||||
{ path: '/', component: Game },
|
||||
{ path: '/login', component: Login },
|
||||
{ path: '/game', component: Game },
|
||||
{ path: '/', component: Login },
|
||||
{ path: '/screen', component: Screen }
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user