Closed lethak closed 7 years ago
Hi, Currently testing your wrapper, so far so good, but I noticed a problem regarding the store (Vuex) in Vue-debug (chrome).
In Vuex, Your store state is hijacking my already existing store (used by vue-router and some custom code)
Do you have any idea on this ?
Haven't tested that properly, thanks for the report
I used vuex to make isOpen, isConnected and isRetrying variables reactive. They are now deprecated until a better solution, status is still available via methods.
Hi, Currently testing your wrapper, so far so good, but I noticed a problem regarding the store (Vuex) in Vue-debug (chrome).
In Vuex, Your store state is hijacking my already existing store (used by vue-router and some custom code)
Do you have any idea on this ?