ktsn/vuex-class

How would I integrate socket.io

pkej opened this issue · 1 comments

pkej commented

It seems to me that there is no elegant way to integrate this with sockets? Or am I wrong? I've been trawling different socket.io implementations with vue and typescript and they all seem cluncky, and I've found none using vuex-class with socket.io.

ktsn commented

This is not scope of this lib... vuex-class is just an adapter between Vuex store and class style Vue components.