styling changes, added basic logics for registering accounts
This commit is contained in:
@ -7,11 +7,11 @@
|
||||
<script setup lang="ts">
|
||||
import Game from '@/components/Game.vue'
|
||||
import Login from '@/components/screens/Login.vue'
|
||||
import config from '@/config'
|
||||
import { onMounted, type Ref, ref } from 'vue'
|
||||
import SocketioService from '@/services/socketio.service';
|
||||
|
||||
const screen:Ref<string> = ref('login');
|
||||
|
||||
import SocketioService from '@/services/socketio.service';
|
||||
onMounted(() => {
|
||||
SocketioService.setupSocketConnection();
|
||||
});
|
||||
|
Reference in New Issue
Block a user