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
I used vuera-ts integrating some React components into Vue and it works great passing properties and listening events however how can I call methods that uses "useRef" from Vue?
In Vue normally we call methods from a child component with something like this.$ref.childComp.mymethod().
The text was updated successfully, but these errors were encountered:
@nmpribeiro : I found that is not possible to call the methods without the internal reference to the React Component, so I improved vuera-ts with a proxy method that will provide the internal reference.
I used vuera-ts integrating some React components into Vue and it works great passing properties and listening events however how can I call methods that uses "useRef" from Vue?
In Vue normally we call methods from a child component with something like
this.$ref.childComp.mymethod()
.The text was updated successfully, but these errors were encountered: