sy19971224

Results 3 comments of sy19971224

please help me ,thanks!!!!!!!!!!1🧎🏻

do you find the way to fix this bug ? TUT

``` import {useWebsocket} from '@vueuse/core' self.addEventlistener('message',(e) => { const {data} = useWebsocket(e.data.url,{ autoReconnect:{delay:3000}, onConnected:(ws) => { const sub = JSON.stringify({xxxx}) ws.send(sub) } }) // ----- error here : console.log(data) ----...