sunabozu / vue-feathers

Integration with the Feathers framework for Vue.js
MIT License
78 stars 9 forks source link

Shared vuex state? #4

Closed VinceG closed 7 years ago

VinceG commented 7 years ago

I am not sure why this happens or if this is actually by design (i hope it's not).

Using two browsers i login with two different users. I then navigate to /something on one of the browsers and then it navigates to the same location on the other browsers. In a way it shares the state since if i set a state in vuex on one browsers it updates the store on the other browser as well.

This seems to be related to the vue-feathers and socket.io as a different project that we have that does the same but we don't use feathers in it does not have this behavior.

Anyone experienced this?

VinceG commented 7 years ago

Disregard.