Game works

This commit is contained in:
2023-06-17 23:46:44 +03:00
parent 3cdd827708
commit 28ab992aa1
27 changed files with 1142 additions and 8552 deletions

View File

@@ -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 }
]