MetinSeylan / Vue-Socket.io

😻 Socket.io implementation for Vuejs and Vuex
https://metin.sh
MIT License
3.95k stars 496 forks source link

dist/vue-socketio.js r.$options.name Cannot read property '$options' of undefined #315

Open thinkido opened 3 years ago

thinkido commented 3 years ago

i.info(#${t} subscribe, component: ${r.$options.name} ==> i.info(#${t} subscribe, component: ${r?r.$options.name:null} i.info(#${t} unsubscribe, component: ${e.$options.name} ==> i.info(#${t} unsubscribe, component: ${e?e.$options.name:null}