Mockup karty ze statystykami dyżurnego

This commit is contained in:
2022-06-14 22:51:31 +02:00
parent cb2334bb4d
commit f513ee8d07
4 changed files with 185 additions and 7 deletions
-3
View File
@@ -334,9 +334,6 @@ export const useStore = defineStore('store', {
socket.on('UPDATE', (data: APIData) => {
this.apiData = data;
console.dir(data);
this.setOnlineData();
});