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
I happen to have a strange issue and I think it is related to 'npm run serve'.
I implemented two apps a and b, both of them get async data from a websocket and put them in a javascript object which is later used in vue (as a reactive property). I don't know what caused it but now app a is running as usual while app b is not updating the UI with the reactive data. I checked this multiple times. Both apps use the same dependencies and libraries, just visualize them differently.
When I then build App b and start it from a webserve it works like a charm again.
So i narrowed it down to 'npm run serve' and maybe to this plugin. Has anyone experiences something similiar?
I happen to have a strange issue and I think it is related to 'npm run serve'.
I implemented two apps a and b, both of them get async data from a websocket and put them in a javascript object which is later used in vue (as a reactive property). I don't know what caused it but now app a is running as usual while app b is not updating the UI with the reactive data. I checked this multiple times. Both apps use the same dependencies and libraries, just visualize them differently.
When I then build App b and start it from a webserve it works like a charm again.
So i narrowed it down to 'npm run serve' and maybe to this plugin. Has anyone experiences something similiar?
'vue info' is giving me the following:
The text was updated successfully, but these errors were encountered: