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
Hello, your issue has been closed because it does not conform to our issue requirements. In order to ensure every issue provides the necessary information for us to investigate, we require the use of the Issue Helper when creating new issues. Thank you!
I use
vue-cli 3.0.0-alpha.7
to create a new default project as below:Than I add
socket.io-client
by usingand use it in
App.vue
as below:However, I got an error about
Uncaught ReferenceError: global is not defined
This seems not the bug of
socket.io-client
since I have no error in the project generated by legacy vue-cli 2.The text was updated successfully, but these errors were encountered: