yuhhh
This commit is contained in:
@ -26,7 +26,7 @@
|
||||
import { useSocketStore } from '@/stores/socket'
|
||||
|
||||
const socket = useSocketStore();
|
||||
socket.getSocket.emit('characters:get');
|
||||
socket.connection.emit('characters:get');
|
||||
</script>
|
||||
|
||||
<style lang="scss">
|
||||
|
Reference in New Issue
Block a user