Jonathan Pollert
Jonathan Pollert
Are you sure you're using alpha5? Newest I can found is alpha4. And there everything is working for me using @Socket Decorator. Maybe you could provide some more context of...
Okay, I need to correct my comment. Got the warning on compile-time too. Remembered that there were some breaking changes in alpha stated here https://github.com/probil/vue-socket.io-extended/issues/489#issuecomment-771497973
I just updated to alpha.5 and it's working for me. Think I'm using babel too. @ReazerDev can you share a link to your repo or provide some snippets of your...
@ReazerDev got your repo working. Just updated the dependencies to the newest ones. Especially the ones with "@vue/...".
No. I meant that I got your repo working by updating the dependencies. You need to update the dependencies with "@vue/..." to get your repo working.
I gave this a try too. #507 My version maybe still need some work but it's working for me at the moment.
I created a PR #507 for the migration to Vue 3 but am stuck at changing the documentation for usage with Nuxt.js and Quasar Framework. If anybody knows what needs...
@probil Nice 👍🏽 I just tested it with my curreent project and it works for me. Did not test all features but basic features work. I don't know why it's...
@probil A quick investigation into `rollup.build.sh` showed smaller plugin size when adding `vue-class-component` to external and also to globals. Got size back down to 7 KB. Also tested it with...
@probil I just investigated #528 and came to this issue where you stated the breaking change for the import of the Socket Decorator. I tried it out and it didn't...