This commit is contained in:
@@ -17,6 +17,7 @@ const loadClients = async () => {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
const onlineClients = computed(() => {
|
const onlineClients = computed(() => {
|
||||||
return clients.value.filter(client => client.online).length
|
return clients.value.filter(client => client.online).length
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user