main.js
Vue.use (VueSocketio, socketi (" https://**"))
chat.vue
sockets: {
connect() {
console.log("")
},
im_chat_msg_event(value) {
this.getPushMsgEvent(value)
}
},
browser debugging is really successful. Why can"t connect and im_chat_msg_event events be triggered all the time?