You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 18, 2025. It is now read-only.
Hi, I have an application with socket.io implementation with vue-socket.io-extended library.
Now. In Vue2 i have a file mixins.js with the mixins of my app. And I can access the properties of the socket like this.$socket.client.id
Something like this:
Now in Vue3 with typescript, I have the file Mixins.ts
What is the closest approximation to be able to do the same process in Vue3 with TypeScript and Composables?