You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recently I have been working on a Vue 3 web interface using Quasar framework and came across this project. Unfortunately it seems specific to Vue 2 only (unless I am missing something, I am very new to this).
Support for Vue 3 would be amazing.
I have attempted porting the code into a Vue 3 project but it's like peeling an onion and am currently stuck on creating the SimpleSignalClient (not a constructor TypeError). If I am mistaken and this should work in Vue 3 I'd very much appreciate an assist.
Thanks!
The text was updated successfully, but these errors were encountered:
Thanks for voting for Vue 3, that is next on the project list. Porting should be a matter of migrating to the new setup() syntax, I feel your pain here. Quasar is awesome, I've often thought about creating a separate Quasar plugin for webrtc there.
Recently I have been working on a Vue 3 web interface using Quasar framework and came across this project. Unfortunately it seems specific to Vue 2 only (unless I am missing something, I am very new to this).
Support for Vue 3 would be amazing.
I have attempted porting the code into a Vue 3 project but it's like peeling an onion and am currently stuck on creating the SimpleSignalClient (not a constructor TypeError). If I am mistaken and this should work in Vue 3 I'd very much appreciate an assist.
Thanks!
The text was updated successfully, but these errors were encountered: