nathantsoi / vue-native-websocket

native websocket with vuex integration
944 stars 163 forks source link

Property '$socket' does not exist on type But it works well #134

Open kkstun opened 3 years ago

kkstun commented 3 years ago

46:10 Property '$socket' does not exist on type 'Home'. 44 | content: '' 45 | }

46 | this.$socket.sendObj(data) | ^ 47 | }

vue typescript