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