mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 13:28:11 +00:00
Dodano komponent z animacją ładowania
This commit is contained in:
@@ -344,8 +344,6 @@ export const useStore = defineStore('store', {
|
||||
socket.on('UPDATE', (data: APIData) => {
|
||||
this.apiData = data;
|
||||
this.setOnlineData();
|
||||
|
||||
console.log(data);
|
||||
});
|
||||
|
||||
socket.emit('FETCH_DATA', {}, (data: APIData) => {
|
||||
|
||||
Reference in New Issue
Block a user